Title: Hide Author Archive
Author: TAROSKY INC.
Published: <strong>2020-10-22</strong>
Last modified: 2025-02-04

---

Szukaj wtyczek

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

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Hide Author Archive

 Autor: [TAROSKY INC.](https://profiles.wordpress.org/tarosky/)

[Pobierz](https://downloads.wordpress.org/plugin/hide-author-archive.1.2.1.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/hide-author-archive/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/hide-author-archive/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/hide-author-archive/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/hide-author-archive/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/hide-author-archive/)

## Opis

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.

## Instalacja

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

## Najczęściej zadawane pytania

### 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!

## Recenzje

![](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/) 2021-02-25 1 odpowiedź

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

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/hide-author-archive/reviews/)

## Kontrybutorzy i deweloperzy

„Hide Author Archive” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

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

Wtyczka „Hide Author Archive” została przetłumaczona na 2 języki. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/hide-author-archive/contributors)
za ich wkład.

[Przetłumacz wtyczkę “Hide Author Archive” na swój język.](https://translate.wordpress.org/projects/wp-plugins/hide-author-archive)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/hide-author-archive/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/hide-author-archive/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/hide-author-archive/)
przez [RSS](https://plugins.trac.wordpress.org/log/hide-author-archive/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 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

## Meta

 *  Wersja **1.2.1**
 *  Ostatnia aktualizacja **1 rok temu**
 *  Włączone instalacje **500+**
 *  Wersja WordPressa ** 5.9 lub nowszej **
 *  Testowano do **6.7.5**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Języki
 * [English (US)](https://wordpress.org/plugins/hide-author-archive/), [Japanese](https://ja.wordpress.org/plugins/hide-author-archive/),
   i [Swedish](https://sv.wordpress.org/plugins/hide-author-archive/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/hide-author-archive)
 * Tagi
 * [archive](https://pl.wordpress.org/plugins/tags/archive/)[author](https://pl.wordpress.org/plugins/tags/author/)
   [permalink](https://pl.wordpress.org/plugins/tags/permalink/)[url](https://pl.wordpress.org/plugins/tags/url/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/hide-author-archive/advanced/)

## Oceny

 5 na 5 gwiazdek.

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

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/hide-author-archive/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/hide-author-archive/)