=== Wordpress Hide Posts ===
Contributors: martin7ba
Tags: hide posts, hide, show, visibility, filter
Requires at least: 4.0
Tested up to: 5.3
Requires PHP: 5.6
Stable tag: 0.2.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 
This plugin allows you to hide any posts on the home page, category page, search page, tags page and authors page.

When you create new or edit post, you can choose on which archive page to hide that post as well as on the home page.

== Installation ==
 
1. Upload the `whp-hide-posts` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Enable Hide post functionality for additional post types by going to Settings -> Hide Posts

== Upcoming updates ==

1. Hide Products from store and product category archive page for Woocommerce products

== Changelog ==

= 0.0.1 =
*Release Date - 11 October 2017*

* Public release of 'Wordpress Hide Posts'

= 0.1.1 =
*Release Date - 05 September 2019*

* Code and compatibility updates.
* Added translateable strings.

= 0.2.1 =
*Release Date - 13 November 2019*

* Compatibility checkup with Wordpress 5.3
* Added option to enable the Hide Post functionality for additional post types (Check Settings -> Hide Posts)
* Added uninstall.php file to clean up options and post meta added by the plugin