Redirect registration and logic page
Hi Rahul,
How do I avoid anspress to follow wp-login.php login page. I have created my own login and registration page. How do I redirect anspress to it
Rahul Aryan deleted answer
Hello,
AnsPress is using inbuilt WP functions for getting login and registration link. You must use proper hooks for adding your custom login page.
Check this functions:
alexlii commented on answer
itomhq commented
Thanks Rahul – perfect.
alexlii commented
Hello Rahul, I am using Anspress in a subsite of WordPress Multisite, and only allow user register account in a subsite, like register.oursite.com, in this situation, how should I do please? Should I add the above code into function file of our child theme? Or should I use the function of wp_registraion_url? thnaks. Alex
I have a similar issue here. Could hard code it, but would rather do it with a function or hook.