>
Download This Plugin | |
Download Elegant Themes | |
Name | Reusable Text Blocks |
Version | 1.4.7 |
Author | Hal Gatewood |
Rating | 96 |
Last updated | 2015-02-18 08:42:00 |
Downloads |
7785
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Reusable Text Blocks plugin added 16 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Reusable Text Blocks plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Reusable Text Blocks plugin ads no tables to your Wordpress blog database.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:
[text-blocks id="1"] or [text-blocks id="text_block_slug"]
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.
<?php if(function_exists('show_text_block')) { echo show_text_block(421); } ?>
or
<?php if(function_exists('show_text_block')) { echo show_text_block('slug'); } ?>