How to change default login link generated by wp-discuz
-
Hi there,
I wonder how to change the default url for both login and logout directly in wp-discuz. Like many users, I have a membership plugin, and wish to give them the ability to login with the available popup if they are not logged in (or at least redirect them to the login page). And regarding the logout url, it shouldn’t redirect to the default wordpress login, but to the home page.
For sure, I can do it manually in my PHP files if I disable the users status display in wpdiscuz and replace it by some additional code before the
<?php if (function_exists('comments_template')) { comments_template(); } else { ... }
but if there is another possibility i’ll be glad to know it. I’m using ARMember plugin, a new membership plugin which is very promising, but not supported for social integration in wp_discuz (https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056).
Regards.
- The topic ‘How to change default login link generated by wp-discuz’ is closed to new replies.