=== CC-Disable-Date ===
Contributors: ClearcodeHQ, PiotrPress
Tags: date, published date, published, post, posts, blog, clearcode, piotrpress
Requires PHP: 7.0
Requires at least: 4.9.1
Tested up to: 4.9.1
Stable tag: trunk
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

This plugin allows you to selectively remove the publication date from blog posts and posts listing.

== Description ==

This plugin allows you to selectively remove the publication date from blog posts and posts listing.

Plugin uses filter:

`get_the_date`

== Installation ==

= From your WordPress Dashboard =

1. Go to 'Plugins > Add New'
2. Search for 'CC-Disable-Date'
3. Activate the plugin from the Plugin section on your WordPress Dashboard.

= From WordPress.org =

1. Download 'CC-Disable-Date'.
2. Upload the 'cc-disable-date' directory to your '/wp-content/plugins/' directory using your favorite method (ftp, sftp, scp, etc...)
3. Activate the plugin from the Plugin section in your WordPress Dashboard.

= Once Activated =

1. Visit the 'Posts > Edit Post' and select 'Disable' on 'Date' meta box.

= Multisite =

The plugin can be activated and used for just about any use case.

* Activate at the site level to load the plugin on that site only.
* Activate at the network level for full integration with all sites in your network (this is the most common type of multisite installation).

== Screenshots ==

1. **CC-Disable-Date** - Visit the 'Posts > Edit Post' and select 'Disable' on 'Date' meta box.

== Changelog ==

= 1.0.0 =
*Release date: 18.12.2017*

* First stable version of the plugin.