How / Where to update the Register / Login links?
For logged out / unregistered users, they see the two text links below.
I have a custom registration page (URL) how can I update the links shown below?
The above registration link currently points to: mydomain.com/register
That is not my registration page URL. I Need to update the link.
With thanks
Scott
I am using Woocommerce and have the same issue. would be nice to have an addon that allows us to redirect the user registration to the my-account page.
AnsPress does not force custom login url. Its using default wp function to get login and sign up url. Even though you can override it from your template:
https://github.com/anspress/anspress/blob/master/templates/login-signup.php
okay but do where do we have to add our own URL
can you tell with an example
You can override it from you template. Template file is login-register.php
Looks like I updated the code and works now. Here it is in working format.
https://landtrust.us/questions/question/land-trusts/
Will I have to keep the custom template for when the plugin updates and reload the custom template?
I would post the code but it appears comments cannot have code. For woocommerce, I used this website as a resource. I replaced the everything inside of the a herf tags with what woocommerce has.
https://docs.woocommerce.com/document/display-my-account-link-in-a-template-file/