Two things wrong here: Don't use $post->guid as an url; You must exit() after using wp_redirect() (see the Codex). wp_redirect() does not exit automatically ...
確定! 回上一頁