Post UI Tabs
Create jQuery tabs inside your posts, pages or post types using simple shortcodes inside the post editor.
The facts
- Rating
- 5★ from 14
- Active installs
- 400+
- Price
- Free
- Last updated
- 30 Apr 2013
- Added
- Apr 2011
- Requires WP
- 3.1.0
- Tested up to
- WP 3.6.1
- Downloads
- 51,739
Our analysis
AI-assistedPost UI Tabs is a WordPress plugin that allows you to display your post content within jQuery-powered tabs. You can choose from 24 different jQuery UI themes or use a custom stylesheet to style the tabs according to your preferences.
The plugin includes various filters and actions to customize the tab functionality and appearance, such as navigation text and stylesheet options. It is suitable for users looking to enhance their content presentation with tabbed navigation.
Best for: This plugin is best for WordPress users who want to present content in a tabbed format.
What it does well
- ✓Offers 24 jQuery UI themes for styling
- ✓Allows custom stylesheets for tabs
- ✓Includes various filters for customization
- ✓Provides navigation options for tabs
Where it falls short
- •Last updated in April 2013, may not be compatible with newer WordPress versions
- •Limited information on features and usage
Verdict
Post UI Tabs provides a straightforward way to create tabbed content. However, its age and limited updates may affect compatibility with current WordPress installations.
From the developer
Mark / t31os's own description of Post UI Tabs, lightly tidied.
Show off your post content inside stylish jQuery powered tabs using one of 24 different jQuery UI themes or include your own custom stylesheet.
Filters
The plugin provides various filters to aid users, they are as follows
put_decide_has_tabs: (bool) true/false value that determines whether to run the tabs script(runs inside a filter onthe_content)put_theme_dir: (string) passes the theme directory uriput_stylesheet: (string) name of the stylesheet to use for tabs CSSput_skins: (array) passes the array of skins available to the pluginput_stylesheet_uri: (string) the full stylesheet uri used (easier hook for custom stylesheets)put_prev_text: (string) the text used for previous tab navigation(text not shown by default)put_next_text: (string) the text used for next tab navigation(text not shown by default)put_nav_class: (string) the classes applied to the prev and next navigation(second arg indicates prev or next text)put_trailing_linebreak: (bool) true/false value to determine whether or not to add a trailing<br />(linebreak) after each tab set
A couple of actions are also available for when you’d rather just turn off skins and enqueue your own stylesheet
put_enqueue_css: runs on front facing pages with tab sets when the Disable skins is enabledput_admin_enqueue_css: runs on the plugin settings page when the Disable skins is enabled