Post UI Tabs

0

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 filte

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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 on the_content)
  • put_theme_dir: (string) passes the theme directory uri
  • put_stylesheet: (string) name of the stylesheet to use for tabs CSS
  • put_skins: (array) passes the array of skins available to the plugin
  • put_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 enabled
  • put_admin_enqueue_css: runs on the plugin settings page when the Disable skins is enabled