I'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?