Comments login link goes to wp-admin
In Wordpress my comment template display the LOGIN link above each comments if you aren't logged in, saying that i need to be logged to comment the post. Now, the problem is that the login link send the user to the wp-admin login, instead of the vBulletin login. How can i set it?
i tried to insert the link http://website/forum/login.php?do=login in the wp-includes/comment-template.php instead the login wp href Code:
href="' . esc_url( wp_login_url( get_permalink() ) ) . '">' . $login_text . '</a>'; Can you help me? |
Why would you want to send them to the forum link? If fully integrated, they can login using the WP login.
|
Quote:
|
All times are GMT -4. The time now is 08:11 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.