=== Plugin Name === Tags: editor, shortcode, tabs, jquery, jquery-ui, post, page, custom-post-types Requires at least: 3.1.0 Tested up to: 3.2-bleeding Stable tag: 1.0.1 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 them. = 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 any HTML the editor usually allows inside the tab content, but not inside the tab names(which are sanitized seperately). == Screenshots == 1. A post with jQuery UI tabs 2. The plugin configuration page