custom login

Home Forums Legacy Support Support queries Setup issues custom login

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #262132
    MeesterGijs
    Spectator
    Hello, I've customized my login page. But now when you log out it redirects to 404: meestergijs.nl/oeps How can I change this? Gijs
    #262134
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #262597
    Veronica
    Moderator
    hi, try to add this code: add_action('wp_logout','ps_redirect_after_logout'); function ps_redirect_after_logout(){
             wp_redirect( 'your url here' );
             exit();
    } in your customizer plugin.
    #262700
    MeesterGijs
    Spectator
    Perfect. Thank you! I even created a goodbye page. Thanks :) Gijs
    #262798
    Veronica
    Moderator
    great! closing this topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘custom login’ is closed to new replies.