Logout link not working
 Posted: September 5th, 2011, 7:41 pm
Posted: September 5th, 2011, 7:41 pmI'm using a logout link but it's not working.  The code I have is:
<a href="<?php echo wp_logout_url( home_url() ); ?>" title="Logout">Logout</a>
Not sure if this is causing the issue but the wordpress url (in the General section in admin area) is different than the site url.
Would s2member cause that issue? the logout should be redirecting to the wp-login.php page, right?
			<a href="<?php echo wp_logout_url( home_url() ); ?>" title="Logout">Logout</a>
Not sure if this is causing the issue but the wordpress url (in the General section in admin area) is different than the site url.
Would s2member cause that issue? the logout should be redirecting to the wp-login.php page, right?
