Plugin Name
开发者 |
arickmann
|
更新时间 |
2009年3月14日 16:17 |
捐献地址: |
去捐款 |
PHP版本: |
2.5 及以上 |
WordPress版本: |
2.7 |
详情介绍:
This plugin is no longer maintained or supported. It has not been tested with the most recent version of WordPress and will likely cease to function entirely after WordPress 2.8. If you like this plugin and want to take over development of it please let me know.
This plugin adds a new dynamic sidebar which displays the widgets in it as tabs, instead of as a list.
It adds a widget, and a template tag, so that it can be inserted wherever it needs to be.
安装:
Unzip the plugin into the plugins directory and activate.
In wp_admin go to Widgets, under the presentation tab.
Here you can select the number of tabbed sidebars that you want using the panel at the bottom.
You can them use either the Fun with Sidebars Widget (by adding each Tabbed Sidebar widget into your main sidebar) or the template tag -
<?php the_tabbed_sidebar( Tabbed Sidebar number ); ?>
You can then add widgets to each Tabbed Sidebar on the same page.