=== Hybrid Tabs ===
Contributors: greenshady
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3687060
Tags: widget, jquery, javascript
Requires at least: 2.8
Tested up to: 2.8
Stable tag: 0.2
Adds a tabbed widget to the Hybrid theme framework that can be used in multiple widget areas.
== Description ==
*Hybrid Tabs* is a widget created for use with the Hybrid theme. It was created because of the demand of users to have an easy-to-use tabbed widget for their sites. I didn't want to add something like this to the theme, so we settled on a compromise: a plugin/widget.
**This plugin is for WordPress 2.8+ only.**
**Default tabs:**
* Bookmarks/Links (individual link category lists).
* Authors.
* Calendar.
* Categories.
* Daily archives.
* Meta.
* Monthly archives.
* Pages.
* Recent posts (alphabetical).
* Recent posts (chronological).
* Random.
* Tag/term clouds (based on all taxonomies).
* Weekly archives.
* Yearly archives.
**Adds tabs for these plugins:**
* Configurable Tag Cloud
* Events Calendar
* flickrRSS
* Get Recent Comments
* Hot Friends
* Quote This
* Sidebar Login
* WP Cumulus
* WP Post Ratings
* WP Post Views
* WP Stats
* WP Wall
Full instructions for use can be found in the plugin's `readme.html` file, which is included with the plugin download.
== Installation ==
1. Upload `hybrid-tabs.zip` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the *Plugins* menu in WordPress.
3. Add the Hybrid Tabs widget to one of your widget areas from the *Widgets* panel.
More detailed instructions can be found in the plugin's `readme.html` file.
== Frequently Asked Questions ==
= Why create this plugin? =
Users wanted a tabbed widget that would work well with child themes of the Hybrid theme framework. This plugin allows that.
= What does this plugin do, exactly? =
It creates a new widget called *Hybrid Tabs* that offers a several tab-content options.
= What tabs are available by default? =
* Bookmarks/Links (individual link category lists).
* Authors.
* Calendar.
* Categories.
* Daily archives.
* Meta.
* Monthly archives.
* Pages.
* Recent posts (alphabetical).
* Recent posts (chronological).
* Random.
* Tag/term clouds (based on all taxonomies).
* Weekly archives.
* Yearly archives.
= Can I get more tabs? =
If you have any of these plugins activated, they will create additional tab options for you:
* Configurable Tag Cloud
* Events Calendar
* flickrRSS
* Get Recent Comments
* Hot Friends
* Quote This
* Sidebar Login
* WP Cumulus
* WP Post Ratings
* WP Post Views
* WP Stats
* WP Wall
= Can I make custom tabs? =
Of course. Included in the plugin's `readme.html` file is a set of instructions on how to create your own tabs for this widget.
= I don't understand any of this. What should I do? =
You should do a little reading. The `readme.html` file included with the plugin has links to tons of resources. Everything you need to know is there.
== Screenshots ==
There are currently no screenshots.
== Changelog ==
**Version 0.2**
* Completely recoded from the ground up.
* Widget uses WordPress 2.8's new widget class.
* Created additional tab options.
* Added the `register_tab()` function for creating custom tabs.
* Added support for several plugins.
* Removed support for versions of WordPress prior to 2.8.
**Version 0.1**
* Plugin launch.