Title: [Plugin: WordPress Tabs Slides] Use in theme?
Last modified: August 20, 2016

---

# [Plugin: WordPress Tabs Slides] Use in theme?

 *  [Thomas](https://wordpress.org/support/users/thomasbuxo/)
 * (@thomasbuxo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-tabs-slides-use-in-theme/)
 * This plugin works great for me but I’d like to use it in my theme.
    I tried: `
   echo do_shortcode('{slide=Slide Title} Contents {/slide}');` but nothing happened
   🙁
 * Any idea how to hard code it in my theme?
 * [http://wordpress.org/extend/plugins/wordpress-tabs-slides/](http://wordpress.org/extend/plugins/wordpress-tabs-slides/)

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

 *  Thread Starter [Thomas](https://wordpress.org/support/users/thomasbuxo/)
 * (@thomasbuxo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-tabs-slides-use-in-theme/#post-3018568)
 * Just a small correction. I said that nothing happened however that’s incorrect,
   the outputs is: {slide=Slide Title} Contents {/slide}
 *  [anterys](https://wordpress.org/support/users/anterys/)
 * (@anterys)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-tabs-slides-use-in-theme/#post-3018855)
 * I have the same need and this plugin seems the leanest I’ve found for tabs, including
   the ability to link to a specific tab. Unfortunately the author did not implement
   this as true shortcodes. Here’s how I solved it.
 * In my template PHP file…
 * `
    <?php $tabs_slides = new tabs_slides(); ?> <?php $content = "{tab=Tab 1} Content
   for tab 1 {tab=Tab 2} Content for tab 2 {/tabs}"; ?> <?php echo $tabs_slides-
   >formatting( $content ); ?>

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

The topic ‘[Plugin: WordPress Tabs Slides] Use in theme?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-tabs-slides.svg)
 * [WP Tabs Slides](https://wordpress.org/plugins/wordpress-tabs-slides/)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-tabs-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-tabs-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-tabs-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-tabs-slides/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [anterys](https://wordpress.org/support/users/anterys/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-tabs-slides-use-in-theme/#post-3018855)
 * Status: not resolved