Heim  >  Artikel  >  Backend-Entwicklung  >  redirect-wordpress php登陆/登出字样切换问题

redirect-wordpress php登陆/登出字样切换问题

WBOY
WBOYOriginal
2016-06-02 11:27:561486Durchsuche

redirectphpwordpress

<code>  <?php if(is_user_logged_in())  {  echo '<a href="http://blog.hundunstar.com/login/" title="登入">登陆';  }  else  {  echo '<a href="'.wp_logout_url().'" title="登出">注销?</a>';  wp_safe_redirect( 'http://blog.hundunstar.com/' );  }</code>

?>
这段代码添加在了wordpress主题的sidebar.php里面,但是每次不管有没有登陆,都只有注销字样,怎么回事?而且那个重定向也没有任何用

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn