I have it installed since we have been using it for more than a year already. And just updated it recently as well.
In the documentation, it provided this sample html.. But it wont work….
I need to know how ot make it show up…. Obviously i am not an advance coder..
<!– Nav tabs –>
<ul class=”nav nav-tabs”>
<li class=”active”><a href=”#popular” data-toggle=”tab”>Latest post</a></li>
<li><a href=”#latest” data-toggle=”tab”>Most read</a></li>
</ul>
<!– Tab panes –>
<div class=”tab-content”>
<div class=”tab-pane active” id=”popular”></div>
<div class=”tab-pane” id=”latest”></div>
</div>