Title: Post Visibility Control
Author: Fernando Tellado
Published: <strong>Mis-Genver 17, 2026</strong>
Last modified: Est 15, 2026

---

Search plugins

![](https://ps.w.org/post-visibility-control/assets/banner-772X250.jpg?rev=3441562)

![](https://ps.w.org/post-visibility-control/assets/icon-256x256.png?rev=3441562)

# Post Visibility Control

 By [Fernando Tellado](https://profiles.wordpress.org/fernandot/)

[Download](https://downloads.wordpress.org/plugin/post-visibility-control.1.1.0.zip)

[Live Preview](https://cor.wordpress.org/plugins/post-visibility-control/?preview=1)

 * [Details](https://cor.wordpress.org/plugins/post-visibility-control/#description)
 * [Reviews](https://cor.wordpress.org/plugins/post-visibility-control/#reviews)
 *  [Installation](https://cor.wordpress.org/plugins/post-visibility-control/#installation)
 * [Development](https://cor.wordpress.org/plugins/post-visibility-control/#developers)

 [Support](https://wordpress.org/support/plugin/post-visibility-control/)

## Description

Post Visibility Control adds visibility options to posts, pages, and custom post
types. Control exactly where your content appears without making it private.

The plugin integrates seamlessly into the native WordPress interface. In the Block
Editor (Gutenberg), you will find the options in the Summary panel of the settings
sidebar, together with the rest of the status controls. In the Classic Editor, the
options appear within the Visibility section of the Publish metabox, right where
you would expect them.

**Features:**

 * Works with posts, pages, and custom post types
 * Four visibility options: Visible, Archive only, Search only, Hidden
 * Compatible with both Classic Editor and Block Editor (Gutenberg)
 * Hidden content remains accessible via direct URL
 * Automatically excludes WooCommerce products (they have their own visibility)
 * Lightweight and follows WordPress coding standards
 * Translation ready

**Visibility Options:**

 * **Visible** – Content appears in archives and search results (default)
 * **Archive only** – Content appears in archives but not in search results
 * **Search only** – Content appears in search results but not in archives
 * **Hidden** – Content is hidden from archives and search, accessible only via 
   direct link

**Use Cases:**

 * Hide landing pages from blog archives
 * Exclude specific posts from search results
 * Create content accessible only via direct links
 * Control which posts appear on your homepage

### How to Use

**Block Editor (Gutenberg):**

 1. Edit any post or page
 2. Open the settings sidebar (gear icon) and select the document tab (Post or Page)
 3. In the Summary panel you will see “Visibility Control” with four radio buttons
 4. Select your preferred visibility option
 5. Save or publish your post

**Classic Editor:**

 1. Edit any post or page
 2. In the Publish metabox (right sidebar), find the “Visibility” section
 3. Click “Edit” next to Visibility if needed to expand the options
 4. Below the standard WordPress visibility options, you will find “Visibility Control”
 5. Select your preferred option from the radio buttons
 6. Save or publish your post

### Support

Need private support or custom development?

Do you need one-on-one help, priority troubleshooting, or a custom feature, integration,
or tweak built specifically for your site? I offer private support and custom development.
Just [contact me](https://cor.wordpress.org/plugins/post-visibility-control/post-visibility-control@ayudawp.com?output_format=md)
and tell me what you need.

Need help or have suggestions?

 * [Official website](https://servicios.ayudawp.com)
 * [WordPress support forum](https://wordpress.org/support/plugin/post-visibility-control/)
 * [YouTube channel](https://www.youtube.com/AyudaWordPressES)
 * [Documentation and tutorials](https://ayudawp.com)

Love the plugin? Please leave us a 5-star review and help spread the word!

### About AyudaWP

We are specialists in WordPress security, SEO, and performance optimization plugins.
We create tools that solve real problems for WordPress site owners while maintaining
the highest coding standards and accessibility requirements.

## Screenshots

[⌊Visibility options in Classic Editor⌉⌊Visibility options in Classic Editor⌉[

Visibility options in Classic Editor

[⌊Visibility options in Block Editor (Gutenberg)⌉⌊Visibility options in Block Editor(
Gutenberg)⌉[

Visibility options in Block Editor (Gutenberg)

## Installation

 1. Upload the `post-visibility-control` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Edit any post or page and find the visibility control options in the Visibility
    section (Classic Editor) or the Summary panel (Block Editor)

## FAQ

### Where do I find the visibility options?

In the Block Editor (Gutenberg): Edit your post and open the settings sidebar. The
Visibility Control options appear in the Summary panel with four radio buttons.

In the Classic Editor: Edit your post and look at the Publish metabox in the right
sidebar. The Visibility Control options appear within the Visibility section, below
the standard WordPress visibility settings.

### Does this work with custom post types?

Yes, the plugin automatically supports all public custom post types that use the
editor.

### Will hidden content still be accessible?

Yes, hidden content is only removed from archives and search results. Anyone with
the direct URL can still access the content.

### Does this work with WooCommerce products?

WooCommerce products are excluded because they have their own built-in visibility
feature.

### Is the plugin compatible with caching plugins?

Yes, but you may need to clear your cache after changing visibility settings.

### Does this affect SEO?

Hidden or excluded content can still be indexed by search engines if accessible 
via direct URL. Consider using noindex if you want to prevent indexing.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Post Visibility Control” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Fernando Tellado ](https://profiles.wordpress.org/fernandot/)
 *   [ Ayuda WordPress ](https://profiles.wordpress.org/ayudawp/)

“Post Visibility Control” has been translated into 2 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/post-visibility-control/contributors)
for their contributions.

[Translate “Post Visibility Control” into your language.](https://translate.wordpress.org/projects/wp-plugins/post-visibility-control)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/post-visibility-control/),
check out the [SVN repository](https://plugins.svn.wordpress.org/post-visibility-control/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/post-visibility-control/)
by [RSS](https://plugins.trac.wordpress.org/log/post-visibility-control/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Improved: Block editor integration rebuilt on the official PluginPostStatusInfo
   API. The options now live in the Summary panel of the settings sidebar instead
   of being injected into the status popup.
 * Improved: Tested up to WordPress 7.1.
 * Fix: Visibility options did not appear in the block editor when the admin language
   was other than English or Spanish.
 * Fix: After an archive or search query, the visibility exclusion leaked into every
   later query of the same request, so hidden posts could vanish from unrelated 
   queries such as featured post blocks. The exclusion is now scoped to the query
   it targets.
 * Fix: PHP 8.5 deprecation notice (null used as array offset) on admin screens 
   without a post type context.

For older changelog entries, please check the [changelog.txt](https://plugins.svn.wordpress.org/post-visibility-control/trunk/changelog.txt)
file

## Meta

 *  Version **1.1.0**
 *  Last updated **2 our ago**
 *  Active installations **30+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/post-visibility-control/), [Spanish (Chile)](https://cl.wordpress.org/plugins/post-visibility-control/),
   ha [Spanish (Spain)](https://es.wordpress.org/plugins/post-visibility-control/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/post-visibility-control)
 * Tags
 * [archive](https://cor.wordpress.org/plugins/tags/archive/)[exclude](https://cor.wordpress.org/plugins/tags/exclude/)
   [hide posts](https://cor.wordpress.org/plugins/tags/hide-posts/)[search](https://cor.wordpress.org/plugins/tags/search/)
   [visibility](https://cor.wordpress.org/plugins/tags/visibility/)
 *  [Advanced View](https://cor.wordpress.org/plugins/post-visibility-control/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/post-visibility-control/reviews/)

## Contributors

 *   [ Fernando Tellado ](https://profiles.wordpress.org/fernandot/)
 *   [ Ayuda WordPress ](https://profiles.wordpress.org/ayudawp/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/post-visibility-control/)