=== Reusable Text Blocks === Contributors: halgatewood Donate link: http://halgatewood.com/text-blocks/ Tags: content, block, reusable content, reusable text, widget, shortcode Requires at least: 3 Tested up to: 3.5 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create reusable pieces of content that you can insert into themes, posts, pages & widgets. == Description == This plugin creates a new 'text-blocks' custom post type with it's own section in the WordPress admin sidebar. It uses the standard WordPress user interface so you and your clients will know how to use it instantly. You can add it to your site in three ways: Widget: Included widget allows you to specify which block you want to insert. You can also include a title if needed. Shortcode: The listview includes a shortcode that you can insert into your pages and posts. `[text-blocks id=1]` PHP Function: A PHP function has been setup so you do not have to use the do_shortcode function. Go straight to the source with the following. `` == Installation == 1. Add plugin to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create text blocks and include them in your site using one of the 3 methods below You can add it to your site in three ways: Widget: Included widget allows you to specify with block and insert a title if needed. Shortcode: The listview includes a shortcode that you can insert into your pages and posts. `[text-blocks id=1]` PHP Function: A PHP function has been setup so you do not have to use the do_shortcode function. Go straight to the source with the following. `` == Screenshots == 1. Text Blocks list view, with quick view of content and shortcode. 2. Uses standard WordPress functionality. No surprises, you already know how to use it. 3. Widget included == Changelog == = 1.2 = * Bug in widget select box (Thanks Shaun Forsyth) = 1.1 = * Small bug fixes = 1.0 = * Initial load of the plugin.