
Unlist Posts from dispying anywhere on the site, only access the post with a direct link.
Author: | Nikhil Chavan (profile at wordpress.org) |
WordPress version required: | 4.6 |
WordPress version tested: | 6.5.2 |
Plugin version: | 1.1.9 |
Added to WordPress repository: | 23-05-2017 |
Last updated: | 19-04-2024 |
Rating, %: | 100 |
Rated by: | 12 |
Plugin URI: | https://github.com/Nikschavan/hide-post |
Total downloads: | 120 262 |
Active installs: | 10 000+ |
![]() Click to start download |
Unlisted means your post/page will not come up in search results or on anywhere else on your site. Only those who have the link of the post can view it just like any normal post on the site.
The Post could still be seen by anyone, but only if they guess the link!
The plugin updates MySQL query directly in WP_Query class of WordPress to leave out the posts which are unlisted by the user. As this modifies the core WP_Query, this also works very well with all the plugins which pull out posts/pages from database by using WP_Query, For eg. Posts slider plugins, Advanced Posts in Ultimate Addon for Beaver Builder etc.
Try it out on a free dummy site
Supported & Actively Developed
Need help with something? Have an issue to report? Get in touch. with us on GitHub.
Limitations Of the Plugin
- WP_Query has an a flag to ‘Suppress’ the filters. If any plugin is using this flag when querying the posts then the unlisted post will not be hidden in that plugin’s output.
- Similarly if any plugin is using a custom MySQL query, then the unlisted posts will not be hidden from it’s output.
ChangeLog