Title: Unlisted Posts
Author: Andy Feliciotti
Published: <strong>11. novembra 2020</strong>
Last modified: 9. septembra 2026

---

Vyhľadať plugin

![](https://ps.w.org/unlisted-posts/assets/banner-772x250.png?rev=2416832)

![](https://ps.w.org/unlisted-posts/assets/icon-256x256.png?rev=2416832)

# Unlisted Posts

 Od [Andy Feliciotti](https://profiles.wordpress.org/someguy9/)

[Stiahnuť](https://downloads.wordpress.org/plugin/unlisted-posts.2.0.0.zip)

 * [Podrobnosti](https://sk.wordpress.org/plugins/unlisted-posts/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/unlisted-posts/#reviews)
 *  [Inštalácia](https://sk.wordpress.org/plugins/unlisted-posts/#installation)
 * [Vývoj](https://sk.wordpress.org/plugins/unlisted-posts/#developers)

 [Podpora](https://wordpress.org/support/plugin/unlisted-posts/)

## Popis

**Unlisted Posts** adds an „Unlisted“ toggle to posts and pages. Switch it on and
the post is left out of everywhere WordPress lists content, while anyone with the
link can still open it. Handy for sharing a page with clients, publishing documentation
you don’t want in your blog feed, or keeping old content reachable without promoting
it.

**What gets hidden**

 * Blog home, category, tag, author and date archives
 * Search results
 * RSS and Atom feeds
 * Core XML sitemaps
 * Latest Posts, Query Loop and other blocks and widgets that list posts
 * Previous / next post links
 * The REST API lists used by the block editor and apps

Unlisted posts also send a `noindex` robots meta tag so search engines drop them,
and the Posts and Pages admin lists show an „Unlisted“ label next to each one.

**Where the toggle lives**

 * Block editor: the post sidebar’s Summary panel, next to Status and Visibility
 * Classic editor: a checkbox in the Publish box

The plugin stores a single `_unlisted_post` post meta value and keeps a small cached
list of unlisted IDs, so there is no extra query cost on the front end.

#### Custom post types

Posts and pages are supported by default. Add other post types with the `unlisted_posts_post_types`
filter. A post type must support `custom-fields` for the block editor toggle to 
save.

    ```
    add_filter( 'unlisted_posts_post_types', function ( $types ) {
        $types[] = 'product';
        return $types;
    } );
    ```

## Inštalácia

 1. Upload the plugin to the wp-content/plugins directory, or install it from the Plugins
    screen.
 2. Activate it from the Plugins screen.
 3. Edit any post or page and switch on „Unlisted“ in the sidebar’s Summary panel (
    or the Publish box in the classic editor).

## Časté otázky

### Can people still see an unlisted post?

Yes. Anyone with the link can open it and share it like any other URL. It is only
left out of lists, feeds and search engines. If you need real access control, use
WordPress’s private or password-protected visibility instead.

### Will Google index unlisted posts?

The page sends a `noindex` robots meta tag and is left out of the core XML sitemaps,
so search engines that respect those signals will not index it. If an SEO plugin
builds your sitemap, check that it honours `noindex` (most do) or exclude the post
there as well.

### Does this work with the classic editor?

Yes. The classic editor gets a checkbox in the Publish box, and the block editor
gets a toggle in the Summary panel.

### I updated from 1.x. Do I need to do anything?

No. Existing unlisted posts are migrated automatically the first time the admin 
loads after updating.

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“Unlisted Posts” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli
nasledujúci ľudia.

Prispievatelia

 *   [ Andy Feliciotti ](https://profiles.wordpress.org/someguy9/)

„Unlisted Posts“ bol preložený do 1 jazyka. Ďakujeme [prekladateľom](https://translate.wordpress.org/projects/wp-plugins/unlisted-posts/contributors)
za ich príspevky.

[Preložiť „Unlisted Posts“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/unlisted-posts)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/unlisted-posts/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/unlisted-posts/), 
alebo sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/unlisted-posts/)
cez [RSS](https://plugins.trac.wordpress.org/log/unlisted-posts/?limit=100&mode=stop_on_copy&format=rss).

## Zoznam zmien

#### 2.0.0

 * Native block editor toggle in the sidebar’s Summary panel replaces the old meta
   box. The classic editor gets a checkbox in the Publish box.
 * Pages can now be unlisted too, and other post types can be added with the new`
   unlisted_posts_post_types` filter.
 * Unlisted posts are now excluded from previous / next post links.
 * „Unlisted“ label in the Posts and Pages admin lists.
 * The unlisted state is now stored as `_unlisted_post` post meta (exposed to the
   REST API), so it survives exports, imports and WP-CLI. Existing unlisted posts
   are migrated automatically.
 * Deleting a post now removes it from the unlisted list.
 * The `noindex` tag uses the `wp_robots` API instead of the deprecated `wp_no_robots()`
   function, and is only added on the unlisted post itself.
 * No longer overwrites a `post__not_in` value set by other plugins or themes.
 * Uninstalling the plugin now removes its data.
 * Text domain corrected to `unlisted-posts` so translations from WordPress.org 
   load.
 * Tested up to WordPress 7.1. Requires WordPress 5.7 or newer.

#### 1.1.0

 * Tested up to WordPress 5.9.
 * Compatibility with Gutenberg.
 * Converted the unlisted post option to a meta box.

#### 1.0.0

 * Initial Release.

## Meta

 *  Verzia **2.0.0**
 *  Posledná aktualizácia **Pred 12 hodín**
 *  Aktívne inštalácie **100+**
 *  Verzia WordPress ** 5.7 alebo novšia **
 *  Testované do verzie **7.1**
 *  Verzia PHP ** 7.0 alebo novšia **
 *  Jazyky
 * [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/unlisted-posts/) a [English (US)](https://wordpress.org/plugins/unlisted-posts/).
 *  [Preložte do vášho jazyka](https://translate.wordpress.org/projects/wp-plugins/unlisted-posts)
 * Značky
 * [exclude](https://sk.wordpress.org/plugins/tags/exclude/)[hide posts](https://sk.wordpress.org/plugins/tags/hide-posts/)
   [noindex](https://sk.wordpress.org/plugins/tags/noindex/)[visibility](https://sk.wordpress.org/plugins/tags/visibility/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/unlisted-posts/advanced/)

## Hodnotenia

Zatiaľ neboli odoslané žiadne recenzie.

[Your review](https://wordpress.org/support/plugin/unlisted-posts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/unlisted-posts/reviews/)

## Prispievatelia

 *   [ Andy Feliciotti ](https://profiles.wordpress.org/someguy9/)

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/unlisted-posts/)

## Podporiť

Chceli by ste podporiť pokrok tohto pluginu?

 [ Prispieť na plugin ](https://www.buymeacoffee.com/someguy)