We'll create fresh WordPress site with Post UI Tabs installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Show off your post content inside stylish jQuery powered tabs using one of 24 different jQuery UI themes or include your own custom stylesheet.
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 on the_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 setA 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