Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Thomas

    (@thomasbuxo)

    Just a small correction. I said that nothing happened however that’s incorrect, the outputs is: {slide=Slide Title} Contents {/slide}

    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.