Beiträge von sommer11

    nach Logout auf die Startseite

    Hi,
    ich habe das wie folgt geregelt:
    in wp-login.php
    (bei mir Zeile 380)

    Code
    $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '[COLOR=Red]wp-login.php?loggedout=true[/COLOR]';


    ändern in

    Code
    $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '[COLOR=Red]index.php';[/COLOR]