Remove Author Pages
Remove Author Pages
Description
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.
Reviews
Работает, но ..
By Молвинец «СКРЕПЫ» NSFW Cartel (21svarga) on July 11, 2022
Done and Done
By Jarod Thornton (jarmerson) on September 3, 2016
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'].'">';
Missing /?author=0
By Evan_ on September 3, 2016
It catches /author/ pages, but misses /?author=0 (etc).
Good plugin
By stbedesantafe on September 3, 2016
This is the type of plugin we need more of - they do the job without having to edit theme files. Thanks.
Works Well!
By nicklock on September 3, 2016
An asset in the line of defense.
Well done!
By lilmaouz on February 8, 2017
Does what it's supposed to, in one single step. Thanks a lot, Winiweb! 🙂