Linux 软件免费装
Banner图

Extra Authors Redirect

开发者 norcross
reaktivstudios
更新时间 2014年4月30日 22:37
捐献地址: 去捐款
PHP版本: 3.3 及以上
WordPress版本: 3.9
版权: GPLv2 or later
版权网址: 版权信息

标签

redirects authors author-page

下载

1.0 1.1 1.2

详情介绍:

Adds a checkbox to author profiles to redirect. Useful for sites that have occasional authors or user accounts not intended for display.

安装:

This section describes how to install the plugin and get it working.
  1. Upload extra-authors-redirect to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Check the author(s) you want redirected.

屏幕截图:

  • The checkbox

升级注意事项:

1.0
  • First release!

常见问题:

Does this affect posts / pages / admin / ???

No. this only affects people going to the /author/ template page on a site, and only affects those that have been marked to redirect.

Can I change where the redirect goes?

Yes. There is a filter to change the default behavior. In your functions file, include the following: function new_auth_url($location) { $location = 'http://google.com'; return $location; } add_filter( 'extra_author_redirect_url', 'new_auth_url' );

更新日志:

1.2 1.1 1.0