Aquesta extensió no s’ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s’usa en versions recents del WordPress.

Unlist Posts & Pages

Descripció

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.

Instal·lació

  1. Go to the Plugins menu and click Add New.
  2. Search for Unlist Posts.
  3. Click Install Now next to the Unlist Posts plugin.
  4. Activate the plugin.

Just select option “Unlist Post” in any post of any type and that post will be hidden from the whole site, it can be only accessed if you have the direct link to the post.

Ressenyes

16 de desembre de 2025 1 resposta
First of all, thanks for a great plugin! I’ve been using it for a long time and it works very well overall. However, I have two problems with it: It has not been updated in a long time, not tested in the last three major versions, which means that Wordfence is soon going to flag it as an abandonned plug in. Please could you update the plugin so that we can keep using it? I use the plugin to hide some Learndash groups so that they are not visible in the front end (for example, in the Members’ Area of a membership website). While this works very well, it also prevents from listing the unlisted groups in the backend as well. For example, we can’t assign an unlisted group to a user when editing te WP user account. Please could you add an option to never unlist the pages/posts in the backend (admin panel), or to only unlist in the front end? Thank you, and keep up the good work!
24 de agost de 2025
If you want to unlist lots of very old posts you have to edit every article one by one. There’s no a Bulk action in the posts lists to select various posts at once and mark them as unlisted. So if you have tens or hundreds of posts, it makes your life miserable. The action in Bulk checkboxes, could solve this.
Llegiu totes les 14 ressenyes

Col·laboradors i desenvolupadors

«Unlist Posts & Pages» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

“Unlist Posts & Pages” s’ha traduït a 7 configuracions regionals. Gràcies als traductors per les seves aportacions.

Traduïu «Unlist Posts & Pages» a la vostra llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

1.1.9

  • Improvement: Comments for unlisted posts were hidden, These should be displayed now.
  • Improvement: Make sure robots tag is noindex for unlisted posts when Rank Math plugin is active.

1.1.8

  • Improvement: Updated the description of the plugin (props @NekoJonez)

1.1.7

  • Fix: Support translations on translate.wordpress.org.

1.1.6

  • Fix: Unlisted post visible in preview/next post links.

1.1.5

  • Fix: Compatibility with Yoast SEO’s robots tags options. Robots tags from Unlist Posts will override tag changes from Yoast SEO.

1.1.4

  • Fix: Due to a bug unlisted posts were visible in the search results, which we have fixed now.

1.1.3

  • Deprecated: wp_no_robots() has been deprecated.
  • Security: Use escaping for displaying unlist post description.

1.1.2

  • Fix: Post metabox did not show the correct status if the post is unlisted or not in the classic editor.

1.1.1

  • Improvement: Added the WordPress 5.6 compatibilty.

1.1.0

  • New: Add post status filter to make it easier to find out the unlisted posts. (Props @matthewmcvickar #40)
  • Fix: Don’t save post status for the revision posts.

1.0.4

  • Fix: unlist posts does not work in Ajax callbacks. (props @makovetskiy)

1.0.3

  • Fix: duplicate post ids being saved in the options array.

1.0.2

  • New – Exclude the posts from wp_list_pages()

1.0.1

  • New – Hide a page from search engines if it is unlisted.
  • New – Hide the post from comments query if it is unlisted.
  • Updated code architecture to be PHPCS compatible.

1.0.0

  • Initial Release.