Reusable Text Blocks Plugin WordPress, Download, Install

Reusable Text Blocks Plugin WordPress

Create reusable pieces of content that you can insert into themes, posts, pages & widgets.

Reusable Text Blocks Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/reusable-text-blocks/

How to Install Reusable Text Blocks Plugin, Manually

  1. Add plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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:

1. Widget

The included widget allows you to specify which block you want to insert. You can also include a title if needed.

2. Widget

[text-blocks id="1"] or [text-blocks id="text_block_slug"]

3. PHP Function

A PHP function has been setup so you do not have to use the do_shortcode function.

<?php if(function_exists('show_text_block')) { echo show_text_block(421); } ?>
<?php if(function_exists('show_text_block')) { echo show_text_block('slug'); } ?>

Video

Screenshots

Reusable Text Blocks Plugin WordPress

Reusable Text Blocks Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *