I’m using the “Login with Ajax” plugin to provide a login widget. It comes with the option to display a link to register. By default this takes the visitor to the standard WordPress registration page.
Since I’ve got a custom registration URL at LouiseRowe.com/register (based on a form by “Contact Form 7”) that I would prefer to use, I’ve over-ridden the default link by amending this file: login-with-ajax/login-with-ajax.php
I’ve over-written the code that originally said:
login-with-ajax/login-with-ajax.php
and replaced it with this:
$register_link = site_url(‘/register/’, ‘login’);
I must emphasis that if you update the plugin, then this will be over-written.

Leave a Reply