Archive for Shortcode any widget
The shortcode any widget plugin can reference multiple instances of the same widget individually by targeting the instances unique id. If you use the general name without the id, it will list all widgets with that name. EG: [do_widget id=tag_cloud-3] or [do_widget "Tag Cloud"] The trick is to be sure that you have the correct [...]
Want to keep the widget title to identify it from other instances of the same widget, but want to hide the title when the widget is used in a shortcode (ie in a page)? [do_widget widgetname title=false] Want to reference a pre-existing widget configuration in a sidebar? [do_widget id=widget_id sidebar=sidebar_name]
Shortcodize a widget – Use any widget in a shortcode in a page or post

