=== Hybrid Tabs ===
Contributors: greenshady
Donate link: http://themehybrid.com/donate
Tags: widget, jquery, javascript
Requires at least: 2.8
Tested up to: 3.7
Stable tag: 0.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds a tabbed widget to the Hybrid theme that can be used in multiple widget areas.
== Description ==
This plugin has been retired. I've replaced it with a much better plugin that can work with any theme. Check out [Whistles](http://wordpress.org/plugins/whistles), which allows you to create tabs, toggles, and accordions.
Thank you to all the supporters of this plugin over the years.
### Forks
If you'd like to fork this plugin or even take over the project altogether, let me know. I'm done with it.
== 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.