[Plugin: WP-Table Reloaded] Put on the sidebar
-
Hello,
I am trying to put the table on a sidebar tabs on the sidebar. Here’s the code
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/tabs.js"></script> <ul class="tabs clearfix"> <li><a href="javascript:tabSwitch_2(1, 4, 'tab-b_', 'content-b_');" id="tab-b_1" class="on"><?php _e("tab1"); ?></a></li> <li><a href="javascript:tabSwitch_2(2, 4, 'tab-b_', 'content-b_');" id="tab-b_2"><?php _e("tab2"); ?></a></li> <li><a href="javascript:tabSwitch_2(3, 4, 'tab-b_', 'content-b_');" id="tab-b_3"><?php _e("tab3"); ?></a></li> <li><a href="javascript:tabSwitch_2(4, 4, 'tab-b_', 'content-b_');" id="tab-b_4"><?php _e("tab4"); ?></a></li> </ul> <div style="clear:both;"></div> <div id="content-b_1" class="cat_content"> place your content here </div> <div id="content-b_2" class="cat_content" style="display:none"> place your content here </div> <div id="content-b_3" class="cat_content" style="display:none"> place your content here </div> <div id="content-b_4" class="cat_content" style="display:none"> place your content here </div>
Can I just put [table=ID] instead of place your content here? I tried it but it didn’t show anything. Is there any alternative way to do?
Or do you Know a Plugin that I can use to put multi tabs into 1?
Thanks.
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Put on the sidebar’ is closed to new replies.