• Resolved MrFerriero

    (@mrferriero)


    Question: is is possible to use the tabs in my html coding other than just with shortcodes?

    I have some backend html coding that I use and would love the information displayed in tabby form.

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    i am not sure what you mean as html is markup, not code. Do you mean you want to use the shortcodes within your php code? if so you can do this by echoing the output of the do_shortcode function with the tabby and tabby ending shortcodes eg:

    <?php echo do_shortcode( '[tabby title="My Tab"]' ); ?>

    • This reply was modified 8 years, 5 months ago by cubecolour.
Viewing 1 replies (of 1 total)
  • The topic ‘Use with HTML’ is closed to new replies.