WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Tarosky Inc. v1.2.1

Hide Author Archive

Hide author archive URL of WordPress.

Hide Author Archive

The facts

Rating
5★ from 1
Active installs
500+
Price
Free
Last updated
4 Feb 2025
Added
Oct 2020
Requires WP
5.9
Tested up to
WP 6.7.7
Requires PHP
7.4
Downloads
15,140

Our analysis

AI-assisted

Hide Author Archive is a WordPress plugin designed to conceal author information from your site's archives. It works by removing author parameters from URLs and restricting access to author data in the REST API for users without specific permissions.

This plugin may be suitable for sites that require enhanced security by limiting author visibility, particularly for organizations that want to keep author details private. It integrates with Yoast and modifies meta tags and JSON-LD data to further obscure author information.

Best for: This plugin is best for organizations or individuals looking to enhance privacy and security by hiding author information.

What it does well

  • Hides author archives and parameters from URLs
  • Restricts author data access in the REST API
  • Removes author information from meta tags and JSON-LD
  • Compatible with Yoast SEO

Where it falls short

  • Limited feature information provided
  • May not suit sites that wish to display author details

Verdict

Hide Author Archive offers a straightforward solution for concealing author details, but it may not be necessary for all types of websites.

From the developer

Tarosky Inc.'s own description of Hide Author Archive, lightly tidied.

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 or edit_others_posts. This capability is filterable.

/**
 * Filter capabilities to see author list.
 *
 * @param string[] $caps List of capabilities.
 */
add_filter( 'hide_author_archive_rest_query_capability', function( $caps ) {
    $caps[] = 'read';
    return $caps;
} );

Besides that, this plugin tries to remove author information from meta tags and JSON-LD as possible as it can.

  • Override author section in oEmbed.

Some organization needs to hide author information of each article.

Supported Plugins

Yoast

  1. Remove meta=author
  2. Override author section in Article scheme in JSON-LD
  3. Hide author section in Slack sharing.
  4. Hide article:author in OGP.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for bookstores and publishers.

GetGenie

AI powered SEO assistant & content writer with 40+ templates, chatbot, NLP keyword research, AEO, GEO, SEO...

Free 80k+ installs 4.8★ (118)
List category posts

Very customizable plugin to list posts by category (or tag, author and more) in a post, page or widget. Uses t...

Free 80k+ installs 4.7★ (254)
Real Testimonials

A Customizable Testimonial plugin to Automate Collecting, Filtering, and Publishing Customer Reviews. Testimon...

Free 40k+ installs 4.7★ (226)
One Click Demo Import

Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo i...

Free 1M+ installs 4.3★ (79)