This plugin allows the user to add single content in multiple posts and pages by means of a shortcode. It is used to fulfill the concept of PHP's 'include' function. It can add HTML, CSS and JS also by using just a simple shortcode.
For example, my brand's tagline, "The Best Of Its Kind" set to be used on various pages and posts, I would add that in Included Content and it will generate a shortcode against this content. This generated shortcode will now be placed everywhere I want to add my tagline. While adding the content, CSS and JS may also be added which will be included along with the HTML content, wherever the shortcode will be pasted.
Now in future, if I would change my tagline, I would need to change it only in Included Content and it will change it everywhere the shortcode was used.
安装:
Upload "include-content-by-shortcode" to the "/wp-content/plugins/" directory.
Activate the plugin through the "Plugins" menu in WordPress.
屏幕截图:
升级注意事项:
Stable tag, 0.2.1, CSS/JS options added.
更新日志:
0.4.1
Custom Meta Boxes Enabled
0.3.0
Rich editor enable disable option added
0.2.1
Slug parameter also added in shortcode
0.1
CSS and JS options added.
FAQs added to plugin directory page
0.0.9.6
File-wise coded structure.
Meta boxes for CSS and JS added.
0.0.9.3
Updated readme files
Installation instructions and screenshots added to plugin directory page.