=== Display Post Metadata === Contributors: fahidjavid Tags: post, page, custom post type, meta, shortcode Requires at least: 3.0 Tested up to: 4.7.2 Stable tag: 4.7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == It is a useful plugin to display the metadata for the post, page or custom post type. You can either display date, author, comments, views or sticky or maybe if you like then you can display all of them. You will see the information about: * Published Date (The day when the post is published on the website) * Author (The Person who created the post or page) * Views (Number of people which have seen the post) * Sticky (If the post is sticky or not) * Comments (Number of comments on the post) Please don’t forget to rate my Plugin if you find it useful, thanks. == Installation == Instructions for installing the Display Post Metadata Plugin. 1. In your WordPress admin go to Plugins -> Add New. 2. Enter Display Post Metadata in the text box and click Search Plugins. 3. In the list of Plugins click Install Now next to the Display Post Metadata. 4. Once installed click to activate. 5. Now go to any page, post or custom post type and edit it. 6. While editing you can put the shortcode to display the metadata information. The shortcode is [metadata element="date,author,comments,sticky,views"] == Frequently Asked Questions == = Does this plugin works with all major PHP versions? = Yes, it works with all major PHP versions and I have tested it with PHP version 5.2, 5.3, 5.4, 5.5, 5.6 and 7.0. == Screenshots == 1. Visual shortcode insert button and shortcode. 2. Metadata information is displayed. == Changelog == = 1.1.0 = * Add a TinyMCE editor button to insert 'metadata' shortcode through a popup which will collect all of the user input for the shortcode attributes. = 1.0.1 = * Added Comments Post Metadata support * Updated POT file. = 1.0.0 = * Initial Release