=== Plugin Name === Tags: editor, shortcode, tabs, jquery, jquery-ui, post, page, custom-post-types Requires at least: 3.1 Tested up to: 3.1 Stable tag: 1.0 Create jQuery tabs inside your posts, pages or post types using simple shortcodes. == Description == Show off your post content inside stylish jQuery powered tabs using one of 25 different themes or create your own styling to suit. PUT gives you the power to create professional looking jQuery tabs without the hassle of writing code. == Installation == 1. Upload the `post-ui-tabs` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the Plugins menu in WordPress 1. Visit the plugin configuration screen and set your preferences 1. Create posts using the easy to use shortcode and watch the magic happen == Frequently Asked Questions == = So how do i create tabs? = Please use the following format for creating tab sets. ` [tab name="Your tab name 1"]Your tab content[/tab] [tab name="Your tab name 2"]Your tab content[/tab] [tab name="Your tab name 3"]Your tab content[/tab] [end_tabset] ` **NOTE:** It's essential all tab sets end with the `[end_tabset]` shortcode, the tabs will not appear without it. = Can i use my own stylesheet instead of one of the UI skins? = Yes, simply disable skins and add any custom CSS for styling into your own stylesheet. = Can i use HTML inside the tabs? You may use HTML inside the tab content, but not inside the tab names. == Screenshots == 1. Example of how the tabs may appear in front end of your site 2. The plugin administration page