LPH
Well-known member
I currently have the following in a WordPress child theme:
What should I put in the href to get a redirect back to the current page? If I manually put something into the browser like the following ....
PHP:
echo '<span id="member" class="logIn_menu_class"><a href="http://community.tuxreportsnetwork.com/login" class="OverlayTrigger inner">Log In or Sign Up</a></span>
What should I put in the href to get a redirect back to the current page? If I manually put something into the browser like the following ....
PHP:
http://community.tuxreportsnetwork.com/login?redirect=http://www.educlassics.com/wp-admin/[php]
I get the community login but the redirect never happens.
Any thoughts?