Widget Shortcode
Adds [widget] shortcode which enables you to output widgets anywhere you like.
Maintenance 16/1002067d since update
Active installs
80,000
Downloads
636,668
Reviews
67
Age
14.0y
Tagswidgetadminshortcodetheme
Plugin info
Total downloads: 636,668
Active installs: 80,000
Total reviews: 67
Average rating: 4.9
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 18 language(s)
Contributors: 2
Last updated: 5/4/2020 (2067 days ago)
Added to WordPress: 12/23/2011 (14 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 5.4.12
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2067 days ago • Support resolved 0% • 67 reviews
16/100
Is Widget Shortcode abandoned?
Possibly abandoned (last update 2067 days ago).
Compatibility
Requires WordPress: 3.0
Tested up to: 5.4.12
Requires PHP: f
Developers
Languages
Spanish (Spain)32,360Dutch30,206Russian27,196French (France)20,849Spanish (Venezuela)17,048Swedish14,890Spanish (Colombia)13,464Spanish (Mexico)13,287Spanish (Ecuador)11,738Dutch (Formal)11,736Dutch (Belgium)10,363English (UK)9,973English (Canada)8,372Slovak5,058English (South Africa)4,595Galician4,008Spanish (Argentina)2,798
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Widget Shortcode
Rating 0.0/5 (0 reviews) • Active installs 40
Subpagelister
Rating 5.0/5 (3 reviews) • Active installs 100
MW Theme URI Shortcode
Rating 5.0/5 (1 reviews) • Active installs 10
SW Contact Form
Rating 0.0/5 (0 reviews) • Active installs 10
Innovation List Shortcode
Rating 0.0/5 (0 reviews) • Active installs 0
Kirki Customizer Framework
Rating 4.5/5 (78 reviews) • Active installs 600,000
Description
The shortcode requires the widget ID, but no need to guess, the plugin generates the code for you. To override the widget title for a widget you can use the “title” parameter:
[widget id=”text-1″ title=”New title”]
You can also hide the widget title entirely if desired:
[widget id=”text-1″ title=”0″]
Additional Parameters:
- container_tag: the HTML tag to use for the widget container, default:
div - container_class: CSS classname added to the widget container, default:
widget %2$s(Note: uses sprintf for variable substitution) - container_id: HTML ID attribute for the widget container, default:
%1$s(Note: uses sprintf for variable substitution) - title_tag: HTML tag to use for the widget title wrapper, default:
h2 - title_class: CSS classname for the widget title wrapper, default:
widgettitle
Installation
- Upload the whole plugin directory to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- That’s it. Use the [widget] shortcode anywhere you want
- Enjoy!
Frequently Asked Questions
No FAQ available
Review feed
cubecolour
Works perfectly with the block editor
I had tried another plugin to use a widget in the gutenberg block editor on a page, however that plugin had some issues so was not ideal.
Widget shortcode enabled me to add my widget by copying the generated shortcode to the shortcode block in the block editor, resulting in the widget being displayed perfectly on the page.
Changelog
0.3.5
- Add support for the Additional CSS Classes field in Gutenberg
0.3.4
- New Gutenberg block
0.3.3
- Additional CSS classes to the widget wrapper
0.3.2
- Fix bug with getting correct widget instance. Thanks @frankieandshadow!
0.3.0
- Fix possible notice message
0.2.9
- Fix notice messages regarding unregistered widgets
0.2.8
- Fix bug where widget titles do not show. Thanks @websitedons!
0.2.7
- update how the shortcode code is displayed to avoid potential problems; thanks @websitedons!
0.2.6
- Fix for possible notice message
- Additional parameters to control the widget output
0.2.5
- Fix notice message if widget is inactive
0.2.4
- Shortcode generator in TinyMCE
- i18n
- Minor code refactoring
0.2.3
- Fixed missing widget classes and ID from before_widget
0.2.2
- Fixed a bug with removing titles from widget
- Compatibility with Widget Title Links and other plugins that change the widget args
0.2.1
- Added the ability to override the widget title in shortcode
- Support for filtering the default widget args
- Cleared the PHP notice
0.2
- Added do_widget function
- Added the ‘title’ option which enables to suppress the widget title

