=== Display Post Meta === Contributors: BrashRebel Tags: post meta, custom fields, taxonomies Requires at least: 3.0.0 Tested up to: 3.5.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == This plugin was designed for the purpose of outputting the meta data associated with a WP post or page so developers and site designers can verify what information is available. To use this plugin, simply activate then either: 1. Place the shortcode [show_meta] in the body of the post or page you wish to view meta data for. 1. Navigate to any page on your site and simply add ?show_meta to the end of your URL string. == Installation == Using this plugin is very simple. All you have to do is: 1. Upload the `display-post-meta` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Navigate to any Post or Page on your website and add ?show_meta to the end of your URL string. == Frequently Asked Questions == = What is this plugin for? = When working with Wordpress it is often useful to view the meta data that is being associated with a given post or page. This can be helpful especially when designing templates and other such things. This plugin simply outputs in a visual way, all the data it can find. = What can we expect in future releases? = * Better support for custom taxonomies. * A better looking design. * Choices for how you would like to the data to be displayed. == Screenshots == 1. screenshot-1.png Data is output in tabs on the side of the screen that reveal more on hover. == Changelog == = 1.0 = * Initial release. == Upgrade Notice == = 1.0 = Plugin debut.