Remove author pages and link authors to home page
As of April 2026, Remove Author Pages is a WordPress pages plugin with 3.0K+ active installations and a 4.9/5 rating from 9 reviews. It has been downloaded 30K+ times in total. Requires WordPress 2.0.0+ and PHP false+. Available on WordPress.org since 2013. Last updated 8 years ago — may have compatibility concerns. Downloads are up 48% this week. Top alternative: WP-PageNavi.
This plugin will trigger a 404 error for all author pages and replace author links generated by WordPress with links to the home page.
There are no settings, the plugin is supposed to be simple and just work for this specific task.
Дополнение — «то, что нужно».
Единственное но, не имеет перенаправления на «главную» (или указанный адрес), и author=0 не прячет.
Вцелом нормально (если без учёта).
15 lines of code. Such a simple approach. I ended up simply adding this code to one of our existing in-house plugins for a multisite and slightly modified the code so it redirects to the parent domain of the blog / domain.
echo '<meta http-equiv="refresh" content="1;URL=http://'.$_SERVER['HTTP_HOST'].'">';
It catches /author/ pages, but misses /?author=0 (etc).
This is the type of plugin we need more of – they do the job without having to edit theme files. Thanks.
An asset in the line of defense.
| WordPress | 2.0.0+ requiredTested up to 4.5.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.