Sorry to post this twice but something seems to be messed up with my original post and replies/posts are disabled now...
I can't log out of my wordpress blog from the front end. On my blog when someone is logged in (commenting for example) and they click on the logout link it takes them to:
/wp-login.php?action=logout
This page has a title of "WordPress Failure Notice" and says "You are attempting to log out of [blog name]" then Please try again. The please try again link takes them back to the original page.
I notice that the logout link on the backend of the site has an additional variable in the query string called wpnonce, for example:
/wp-login.php?action=logout&wpnonce=12345
I'm not sure what that second var is or does but I'm thinking maybe this is the problem? Can anyone tell me how to fix the logout link on the front end of my blog so it works? Do I need to append that wpnonce var to the URL and how do I do that?