Title: [Plugin: Tabber Tabs Widget] Theme Integration
Last modified: August 20, 2016

---

# [Plugin: Tabber Tabs Widget] Theme Integration

 *  [Jami Gibbs](https://wordpress.org/support/users/jami0821/)
 * (@jami0821)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-tabber-tabs-widget-theme-integration/)
 * I love the Tabber Tabs Widget and it works great for me when installing it in
   the standard way (to the wp-content/plugins/ folder).
 * My question is about integrating the plugin into a theme. I have it half way 
   working. It’s generating the sidebar area but not the actual widget.
 * Basically, I’ve just updated the constant back path to where the plugin is located
   in my theme files:
 *     ```
       define( 'TABBER_TABS_DIR', TEMPLATEPATH . '/includes/plugins/tabber-tabs-widget/' );
       ```
   
 * But it’s not loading the widget for some reason. Any idea what I might be missing?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steve Bruner](https://wordpress.org/support/users/sbruner/)
 * (@sbruner)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-tabber-tabs-widget-theme-integration/#post-2141986)
 * WordPress has a function for that: `the_widget()`:
    [http://codex.wordpress.org/Function_Reference/the_widget](http://codex.wordpress.org/Function_Reference/the_widget)
 * Use `Slipfire_Widget_Tabber` as the class. You’re going to have to play around
   with the $args.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Tabber Tabs Widget] Theme Integration’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Steve Bruner](https://wordpress.org/support/users/sbruner/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-tabber-tabs-widget-theme-integration/#post-2141986)
 * Status: not resolved