Changeset 1704670
- Timestamp:
- 07/28/2017 07:57:53 PM (9 years ago)
- File:
-
- 1 edited
-
easy-shortcode-creator-by-wppug/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-shortcode-creator-by-wppug/trunk/readme.txt
r1704657 r1704670 8 8 License: GPLv2 9 9 10 Reusing content in WordPress has become much easier with this plugin! Create and replicate content as if it were an PHP include.10 Creating shortcodes in WordPress has become much easier with this plugin! Use it to create and replicate content as if it were an PHP include. 11 11 12 12 = Overview = 13 13 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. 14 This 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 16 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 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. 15 17 16 18 It works very simply:
Note: See TracChangeset
for help on using the changeset viewer.