=== Plugin Name === Contributors: ooeygui Donate link: http://www.ooeygui.net Tags: content, management, post, page, cms Requires at least: 2.8.1 Tested up to: 2.8.4 Stable tag: 4.3 Manage content more efficiently through the use of content pieces or reusables. == Description == WordPress Reusables was created to help developers manage their content more efficiently. By allowing content to be stored and edited in a single location on WordPress it is possible to update a single piece of content that will update retroactively anywhere that the reusable is being used. This plugin creates a more front-end approach to templatizing content and even makes it possible to create or modify an entire theme without touching the PHP code. = New in Version 2.0 = Nesting reusables is the ability to place reusables inside of other reusables. This can be handy in templatizing content and also offers the ability to create a pretty complex configuration of reusables for managing content. Meta content allows users to define interchangable content within a reusable. This furthers possibilities by not only allowing the ability to templatize content but also switch entire reusables with ease. Descriptions can now be added to individual reusables to better keep track of what a reusable was created for. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the plugin directory to the `/wp-content/plugins/` directory on your WordPress install. 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place use the [reus] short tag in pages and posts or the get_reus() function in your templates. == Frequently Asked Questions == none == Screenshots == none == Changelog == = 2.1 = * Fixed the issue of the white text in the reusables content box while editing. * Restructured the file scheme to work directly off of the WordPress.com download. You no longer need to move the wp-reusables folder outside of the reusables folder for the plugin to work. * Made it possible to rename the reusables folder without causing any problems. = 2.0.0 = * Added the ability to nest reusables * Created meta variables * Added reusable descriptions * Completley rewrote the code to perform more efficiently