https://github.com/xwp/wp-post-inspector
WordPress Plugin that adds a metabox displaying Post information
https://github.com/xwp/wp-post-inspector
Last synced: about 1 month ago
JSON representation
WordPress Plugin that adds a metabox displaying Post information
- Host: GitHub
- URL: https://github.com/xwp/wp-post-inspector
- Owner: xwp
- Created: 2013-10-30T02:39:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T12:02:00.000Z (about 11 years ago)
- Last Synced: 2025-01-15T12:16:36.102Z (12 months ago)
- Language: PHP
- Size: 1.13 MB
- Stars: 2
- Watchers: 62
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WP Post Inspector Plugin

Adds a simple metabox to each post/page/custom post type displaying its complete meta information.
**Contributors:** [x-team](http://profiles.wordpress.org/x-team), [johnregan3](http://profiles.wordpress.org/johnregan3)
**Tags:** [post](http://wordpress.org/plugins/tags/post), [post meta](http://wordpress.org/plugins/tags/post meta), [postmeta](http://wordpress.org/plugins/tags/postmeta), [post object](http://wordpress.org/plugins/tags/post object), [object](http://wordpress.org/plugins/tags/object), [attachments](http://wordpress.org/plugins/tags/attachments), [custom post type](http://wordpress.org/plugins/tags/custom post type)
**Requires at least:** 3.6
**Tested up to:** 3.7.1
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
## Description ##
Displays the Post object, Taxonomies, Post Meta fields and more!
The Post Inspector metabox displays in the Edit Post (or Page) screen in your WP Admin. It displays useful information about the post for debugging.
**Development of this plugin is done [on GitHub](https://github.com/x-team/wp-post-inspector). Pull requests welcome. Please see [issues](https://github.com/x-team/wp-post-inspector/issues) reported there before going to the plugin forum.**
## Installation ##
Install WP Post Inspector just as you would any other WP Plugin:
1. Download WP Post Inspector from WordPress.org.
2. Unzip the .zip file.
3. Upload the Plugin folder (wp-post-inspector/) to the wp-content/plugins folder.
4. Go to [Plugins Admin Panel](http://codex.wordpress.org/Administration_Panels#Plugins "Plugins Admin Panel") and find the newly uploaded Plugin, "WP Post Inspector" in the list.
5. Click Activate Plugin to activate it.
[More help installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
## Frequently Asked Questions ##
***How To Set User Permissions***
1. Navigate to Settings > Writing.
2. In the field "Post Inspector User Access," set the minimum Capability that can view the Post Inspector Metabox.
_See ["Capability vs. Role Table"](http://codex.wordpress.org/Roles_and_Capabilities#Capability_vs._Role_Table) in the WordPress Codex for help determining a capability level for your install._
## Screenshots ##
## Changelog ##
### 1.0 ###
* Inital Release
## Upgrade Notice ##
### 1.0 ###
* Inital Release