Wordpress使用wpu redirect()重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress使用wpu redirect()重定向相关的知识,希望对你有一定的参考价值。

This needs to be run on an action, or at least I wanted able to get it to run outside of an action, I suggest template_redirect. More information at the link.
  1. // The Base Function
  2. wp_redirect('http://www.urlofsite.com/path/to/location',301);
  3.  
  4. // In Use Example
  5. add_action('template_redirect', 'redirect');
  6. function redirect(){
  7. if($redirect){
  8. wp_redirect(get_bloginfo('url').'/wp-content/plugins/redirector/site/index.php',302);
  9. }
  10. }

以上是关于Wordpress使用wpu redirect()重定向的主要内容,如果未能解决你的问题,请参考以下文章

清理WordPress wpu head()

Wordpress循环-WPu查询

为WordPress WPu重写添加规则

WordPress分页WPu查询

WordPress分页wpu查询

基于wpu navu菜单而不是页面结构的Wordpress面包屑