=== Post Content Actions === Contributors: vmassuchetto Donate link: http://vmassuchetto.wordpress.com Tags: posts, filter, custom, manage Requires at least: 3.0.0 Tested up to: 3.5 Stable tag: 0.02 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Enable a set of shortcodes in the post content to set the post title, slug, categories, tags, custom fields and others. Useful for updating WordPress from platforms that don't fully support it, like e-mail and XMLRPC compatible apps. == Description == Enable a set of shortcodes in the post content to set the post title, slug, categories, tags, custom fields and others. Useful for updating WordPress from platforms that don't fully support it, like e-mail and XMLRPC compatible apps. = Supported Shortcodes = * `[title Some Post Title]` * `[slug some-post-slug]` * `[excerpt]Some Post Excerpt[\excerpt]` * `[delay +1 hour]` * `[status publish | pending | draft | private]` * `[password somepassword]` * `[category Some Category, Another Category, One More Category]` * `[tag some tag, another tag, one more tag]` * `[custom_field field name, field value]` * `[add custom_field field name, field value]` * `[comments on | off]` * `[pingbacks on | off]` Please visit the [plugin page](http://vinicius.soylocoporti.org.br/post-content-actions-wordpress-plugin/) for detailed usage information. == Installation == * Download it and put in the `wp-content/plugins` folder. * Enable it in the plugins admin menu. * Shortcodes are ready to be used in your post content. Please visit the [plugin page](http://vinicius.soylocoporti.org.br/post-content-actions-wordpress-plugin/) for detailed usage information. == Changelog == = 0.01 = * First functional version.