Title: Hide Author Archive
Author: Tarosky Inc.
Published: <strong>অক্টোবৰ 22, 2020</strong>
Last modified: ফেব্ৰুৱাৰী 4, 2025

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/hide-author-archive/assets/banner-772x250.png?rev=3633770)

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.

![](https://ps.w.org/hide-author-archive/assets/icon-256x256.png?rev=3633770)

# Hide Author Archive

 [Tarosky Inc.](https://profiles.wordpress.org/tarosky/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/hide-author-archive.1.2.1.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/hide-author-archive/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/hide-author-archive/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/hide-author-archive/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/hide-author-archive/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/hide-author-archive/)

## বৰ্ণনা

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.

## ইনষ্টলেশ্যন

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

## সঘনাই উত্থাপিত প্ৰশ্ন

### There is still author name exposed!

Our fundamental goal is covering Core features.
 But feel free to let us know and
request new features.

### How To Contribute

We host plugin on [github](https://github.com/tarosky/hide-author-archive) and any
issues and pull requests are welcomed!

## পৰ্য্যালোচনা

![](https://secure.gravatar.com/avatar/c24266d8792cc6c37c138a9ccfb3d3006a381c77fa9168a1340eb1b50225cc4f?
s=60&d=retro&r=g)

### 󠀁[Works for me, thanks!](https://wordpress.org/support/topic/works-for-me-thanks-3/)󠁿

 [Bradley Allen](https://profiles.wordpress.org/bradley/) ফেব্ৰুৱাৰী 25, 2021 1টা
প্ৰত্যুত্তৰ

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

 [ আটাই 1টা পৰ্য্যালোচনা পঢ়ক ](https://wordpress.org/support/plugin/hide-author-archive/reviews/)

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Hide Author Archive” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ Tarosky Inc. ](https://profiles.wordpress.org/tarosky/)
 *   [ Kunoichi INC ](https://profiles.wordpress.org/kuno1/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)

“Hide Author Archive” 2টা ভাষাত অনুবাদ কৰা হৈছে। [অনুবাদকসকল](https://translate.wordpress.org/projects/wp-plugins/hide-author-archive/contributors)
ক তেওঁলোকৰ অৱদানৰ বাবে ধন্যবাদ।

[আপোনাৰ ভাষাত “Hide Author Archive” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/hide-author-archive)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/hide-author-archive/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/hide-author-archive/) চাওক নাইবা
[RSS](https://plugins.trac.wordpress.org/log/hide-author-archive/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/hide-author-archive/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 1.2.1

 * Add some more filters for Yoast and oEmbed(Core).

#### 1.2.0

 * Add override function for Yoast.

#### 1.1.5

 * Hide single REST API for single user get `wp/v2/users/1`.
 * Editor can see REST API users get to change author of posts.

#### 1.1.1

 * Support REST API.
 * Fix coding standards.

#### 1.0.0

 * First release

## মেটা

 *  **1.2.1** সংস্কৰণ
 *  **2 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **400+**
 *  WordPress-ৰ সংস্কৰণ ** 5.9 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **6.7.9**
 *  PHP-ৰ সংস্কৰণ ** 7.4 বা তাতকৈ ওপৰৰ **
 *  ভাষাবোৰ
 * [English (US)](https://wordpress.org/plugins/hide-author-archive/), [Japanese](https://ja.wordpress.org/plugins/hide-author-archive/)
   আৰু [Swedish](https://sv.wordpress.org/plugins/hide-author-archive/).
 *  [আপোনাৰ ভাষাত অনুবাদ কৰক](https://translate.wordpress.org/projects/wp-plugins/hide-author-archive)
 * [archive](https://as.wordpress.org/plugins/tags/archive/)[author](https://as.wordpress.org/plugins/tags/author/)
   [permalink](https://as.wordpress.org/plugins/tags/permalink/)[url](https://as.wordpress.org/plugins/tags/url/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/hide-author-archive/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 5টা তৰা।

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/hide-author-archive/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/hide-author-archive/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/hide-author-archive/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/hide-author-archive/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/hide-author-archive/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/hide-author-archive/reviews/#new-post)

[সকলো পৰ্য্যালোচনা চাওক](https://wordpress.org/support/plugin/hide-author-archive/reviews/)

## অৱদানকাৰীসকল

 *   [ Tarosky Inc. ](https://profiles.wordpress.org/tarosky/)
 *   [ Kunoichi INC ](https://profiles.wordpress.org/kuno1/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/hide-author-archive/)