When I log out it will take me to a page that says:
You are attempting to log out of my website
Please try again
Up in the Tab Section it says "WordPress Failure"
Is there a way to fixed that?
When I log out it will take me to a page that says:
You are attempting to log out of my website
Please try again
Up in the Tab Section it says "WordPress Failure"
Is there a way to fixed that?
Your theme isn't updated to use the new method of logging out. You'll have to see if the theme author is willing to update. Or you can do it yourself.
<a href="<?php echo wp_logout_url(); ?>" alt="logout">Log Out</a>
This will output the correct logout link wherever you put it.
Thanks Jeremyclark13
This topic has been closed to new replies.