Redirection after logout
-
Hello,
I’d like the logout page/action to be followed by the display of the home page, instead of the login/logout WP page.
I have 2 pages to modify, one includes the todo mini forms plugins.This is the code, does anyone know how to redirect to another page ?
Thanks in advanceSchso (https://peepchatou.free.fr, and go to Forum)
<p>Vous êtes <b><?php echo $user_identity; ?></b>. /wp-login.php?action=logout” title=”Log out of this account”>Se déconnecter</p>
And for the tdomf form :
<p>Vous êtes <b>%%USERNAME%%</b>. <?php wp_loginout(); ?></p>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Redirection after logout’ is closed to new replies.