• Hi

    Please I would need some help…how to use code for tabs within template.

    My example:

    <?php echo do_shortcode(“[tab name=’Karakteristike’]”);?>

    <table id=”oglas1″cellspacing=”5″>
    <th width=”600″ colspan=”5″ align=”center” font=”20px” >
    <?php echo “KARAKTERISTIKE”;?>
    </th>

    <?php echo (“[/tab]”);?>
    <?php echo do_shortcode(“[end_tabset]”);?>

    I don’t know how to include tab content like table with php?

    Please help with that.

    Thanks

  • The topic ‘How to use tabs in template’ is closed to new replies.