hidden-posts

The opposite of sticky posts.

GPL-2.0 License

Stars
11

Hidden Posts

Contributors: automattic, betzster, batmoo Tags: posts Requires at least: 3.8 Tested up to: 3.8 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

The opposite of sticky posts.

Description

Hide up to 100 specified posts from the homepage of your site.

If you'd like to check out the code and contribute, join us on GitHub. Pull requests, issues, and plugin recommendations are more than welcome!

Installation

  1. Upload the hidden-posts folder to your plugins directory (e.g. /wp-content/plugins/)
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Hide posts from the post edit screen

Usage

Once the plugin is activated, a new "Hide Post" checkbox will appear on the post editing screen. When the checkbox is selected and the post is saved, the post's ID is added to a list of posts to hide. This list is stored in the site's options table.

Hidden posts are only excluded from the main query run on the site's homepage, and only for logged-out users. Single post displays and other queries are not affected.

Frequently Asked Questions

Why are there no FAQs besides this one?

Because you haven't asked one yet.

Changelog

0.1

  • Initial Release