Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pacificocean01

    (@pacificocean01)

    That worked for me, there was a misspell on tabbyending”, I re-type for next users:

    <?php echo do_shortcode('[tabby title="first tab"]');
    echo 'text1';
    echo do_shortcode('[tabby title="second tab"]');
    echo 'text2';
    echo do_shortcode('[tabby title="third tab"]');
    echo 'text3';
    echo do_shortcode('[tabbyending]'); ?>

    Thanks a lot!

Viewing 1 replies (of 1 total)