Title: Call do_widget from theme&#8230;?
Last modified: August 21, 2016

---

# Call do_widget from theme…?

 *  Resolved [MILL3R](https://wordpress.org/support/users/mill3r/)
 * (@mill3r)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/call-do_widget-from-theme/)
 * Hi !
 * Is it possible to call the Widget Shortcode from the Theme – if i want to show
   a Widget where there are no Widget area eller outside the “Page Content” area???
 * [http://wordpress.org/plugins/amr-shortcode-any-widget/](http://wordpress.org/plugins/amr-shortcode-any-widget/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/call-do_widget-from-theme/#post-4549880)
 * yes
 * edit your theme file to call do_widget ($atts);
 * where atts passes:
 *  ‘sidebar’ => ‘Shortcodes’,
    ‘id’ => .. the id of the widget.. ‘title’ => ‘true’
 * be aware that your theme then becomes totally dependent on both my plugin and
   the widget plugin being active.
 * Might be better practice to add a sidebar to the theme instead? – google how 
   to do that.
 *  Thread Starter [MILL3R](https://wordpress.org/support/users/mill3r/)
 * (@mill3r)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/call-do_widget-from-theme/#post-4549881)
 * Hi Anmari,
 * Thank you for your help….
 * After I posted this message, I realized that a Sidebar might be a better solution,
   so I think i’ll do that instead….
 * But anyway, thank you….

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Call do_widget from theme…?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amr-shortcode-any-widget_dde8e5.svg)
 * [amr shortcode any widget](https://wordpress.org/plugins/amr-shortcode-any-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amr-shortcode-any-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amr-shortcode-any-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/amr-shortcode-any-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amr-shortcode-any-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amr-shortcode-any-widget/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [MILL3R](https://wordpress.org/support/users/mill3r/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/call-do_widget-from-theme/#post-4549881)
 * Status: resolved