I want to change the regisistration link - help pls :)
Hi,
I've noticed that if a user clicks to login, when they arrive on the login page (index.php/login) there is also the option to register from this page. The problem is when the user clicks on this link, instead of taking them to the register page (index.php/register) it takes them to a page to register with wordpress (
wp-login.php?action=register)
I would like to change the link so that it takes them to the index.php/register page but since it's in php am not sure how, this is the code for the link
``
<?php wp_register('<p class="register">','</p>'); ?>
``
Thanks