• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter gregpilfer

    (@gregpilfer)

    Thanks Jeremyclark13

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress Failure’ is closed to new replies.