Description
Shortcodes providing WordPress core shortcode for get option, get post meta, get custom post meta and other WordPress data using shortcode.
Shortcodes:
-
[wp_get_option]
Ex. [wp_get_option option=’blognameโ] -
[wp_get_post_meta]
Ex. [wp_get_post_meta key=’your-meta-fieldโ single=true] -
[wp_get_metadata]
Ex. [wp_get_metadata meta_type=’commentโ meta_key=’your-meta-fieldโ single=true] -
[wp_get_the_thumbnail]
Ex. [wp_get_the_thumbnail] -
Use of shortcode as parameter of another shortcode.
Ex. [wp_get_the_post_thumbnail post={{wp_get_the_ID}} size=โmediumโ ]
โwp_get_the_IDโ is a shortcode to get current post id which is is passed to post parameter of โwp_get_the_post_thumbnailโ shortcode. To pass shortcode as parameter value you need to use {{shortcode}} syntax instead of [shortcode].
Installation
- Install either via the WordPress.org plugin directory, or by uploading the files to your server.
- Activate the plugin through the โPluginsโ menu in WordPress.
- Once the plugin is activated you can use any wordpress core shortcode anywhere in your text.
- Easy and useful. Enjoy!
FAQ
- Installation Instructions
-
- Install either via the WordPress.org plugin directory, or by uploading the files to your server.
- Activate the plugin through the โPluginsโ menu in WordPress.
- Once the plugin is activated you can use any wordpress core shortcode anywhere in your text.
- Easy and useful. Enjoy!
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Shortcodes” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shortcodes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
1.0.1
- Shortcodes generator array updated.
1.0.2
- Added support for shortcode as parameter of another shortcode.
1.0.3
- Added support for PHP version older then 5.6.
1.0.4
- Removed notice for PHP older version.