WordPress Widgets Shortcode
WordPress Widgets Shortcode
Description
The plugin allows you to embed any WordPress Widget area/Dynamic Sidebar to your WordPress posts
What you can do:
- Use the shortcode to embed widget areas in posts
- Use the shortcode to embed Widget areas in Pages
- The widgets can be embedded anywhere, at the begining of content, middle, bottom or where ever you want. Just put the shortcode there.
Please leave a comment here at BuddyDev.com
Others
For more info, please visit us at BuddyDev.com
Installation
This section describes how to install the plugin and get it working.
e.g.
- Download
wp-widgets-shortcode.zipand unxip it - Upload
wp-widgets-shortcodeto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Now, you can start embedding the widget areas
Screenshots
Faq
What is the use of this plugin?
It gives you the flexibility to embed any widget area(dynamic sidebar) to your posts/pages. Use it as you want. Your imagination is the only limit.
Need support or want to say thanks?
Please leave a comment here BuddyDev.com
Reviews
Worked flawlessly
By Lewis Tyler (tylerjfrags) on September 3, 2016
Really simple solution to a head-scratching layout problem!
Nifty little plugin.
By Mark (markob17) on September 3, 2016
I typically add widgets to my template files using the below code:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('The Name Of Sidebar Goes Here') ) : ?>
<?php endif; ?>
but this plugin is very useful if you want to add within the post/page content itself.
Great Plugin
By Manas Mitra (manas666) on September 3, 2016
Great Plugin
Simple and works like a charm
By mizukimadness on September 3, 2016
Thank you so much for this plugin! I just used the ID from the register_sidebar() in the functions.php file and it worked perfectly.
I tried using Widgetize Pages before, but then the widgets didn't have any permanent ID's so this plugin was much better!
Cool
By televizor on February 7, 2017
Just what was needed. Thank you!
Changelog
1.0.3
- Code cleanup
1.0.2
- Fix the issue is_active_sidebar not recognizing the sidebar by name
1.0.1
- Use trim function to remove any space in the name of the widget area.
1.0
- Initial release


