User Registration from tpl_login.php different from the link at top want to change
Hi,
I have a question regarding the registration link on the log in page. If a user clicks on Post Ad who isn't registered they are then ushered to the login page (tpl_login.php) If they don't have a user account there is a link to register, this link then asks the person to register through word press where they will receive an email.
There is an option at the top right of the main header to register, when clicked on this links to index.php/register.
What I want is for the link in tpl_login to navigate to index.php/register as well. How can I achieve this ?
This is the code in tpl_login.php
Code:
<?php wp_register('<p class="register">','</p>'); ?>