Plugin Directory

Changeset 1704670


Ignore:
Timestamp:
07/28/2017 07:57:53 PM (9 years ago)
Author:
wppug
Message:

readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-shortcode-creator-by-wppug/trunk/readme.txt

    r1704657 r1704670  
    88License: GPLv2
    99
    10 Reusing content in WordPress has become much easier with this plugin! Create and replicate content as if it were an PHP include.
     10Creating shortcodes in WordPress has become much easier with this plugin! Use it to create and replicate content as if it were an PHP include.
    1111
    1212= Overview =
    1313
    14 It has now become easier to reuse content without having to edit code or manually editing on multiple pages. This plugin is useful when you need to display a block of content on several different pages, for example, display the same warning on certain pages or different posts, put a block of instructions that can be modified, a disclaimer, etc. Basically any content you want to copy and replicate on multiple pages, as if it were a PHP include.
     14This plugin allows you to easily replicate redudant information/data on different pages by defining them as shortcodes. You can use any type of content, like Text, HTML or Javascript.
     15
     16It has now become easier to reuse content without having to edit code or manually editing on multiple pages. This plugin is useful when you need to display a block of content on several different pages, for example, display the same text on certain pages or different posts, put a block of instructions that can be modified, a disclaimer, etc. Basically any content you want to copy and replicate on multiple pages, as if it were a PHP include. If you edit it, all pages with the shortcode will be updated with the new content.
    1517
    1618It works very simply:
Note: See TracChangeset for help on using the changeset viewer.