This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Hide Author Archive

Description

This plugin will hide author’s archive.
If your don’t need author parameter, this plugin may enhance your site’s security from bot inspection.

  1. No more ?author=1 redirection to /author/admin
  2. Ignore query var like author=1 or author_name=admin
  3. Hide user list in REST API from user without permission list_users. This capability is filterable.

Installation

Search “hide author archives” in admin screen.
Altenatively, you can install it manually like below:

  1. Upload hide-author-archive folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How To Contribute

We host plugin on github and any issues and pull requests are welcomed!

Reviews

February 25, 2021
After activating this plugin, the author archive lands on a 404 page. I was looking for this functionality, because on many websites, there isn't a need for author archives. Tested with WordPress 5.6.2
Read all 1 review

Contributors & Developers

“Hide Author Archive” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Hide Author Archive” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1

  • Support REST API.
  • Fix coding standards.

1.0.0

  • First release