W4 Content tabset

WordPress plugin for creating jquery tabs with shorcode inside posts and pages content. Also capable to show your custom field values in a post or pag

Author:sajib1223, Shazzad Hossain Khan (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.1.4
Plugin version:1.4.3
Added to WordPress repository:01-12-2010
Last updated:12-09-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:98
Rated by:9
Plugin URI:http://w4dev.com/w4-plugin/post-page-custom-t...
Total downloads:3 816
plugin download
Click to start download

Visit Plugin page for full documentation, usage and walk-through.

New in 1.4.3

  • Admin Style fixed.

With W4 development's Post/Page Tabset you can arrange your content inside a page with flexible navigation.

The tabset comes with 3 Effects

  1. Normal Show/Hide.
  2. Slide (Up/Down)
  3. Fade effect.

Extra

Although you can show your post custom field value inside your post or page with this tabset plugin. Use short code "custom" for displaying a custom field content in post content area. This shortcode will be very usefull where you want your content to be shown as it is written, without any touch of wordpress migration.

Usage

  • For inserting a tabset, use shortcode "tabset". example:[tabset][/tabset]
  • For inserting multiple tabset on same page or post, give your tabset an unique id. example:[tabset id="1"][/tabset] or [tabset id="abc"][/tabset].
  • For inserting a tab in a tabset, use shortcode "tabs" and its attribute "tabname". example:[tabs tabname="Your tab name"]Tab inside content[/tabs]
  • Tabs should be in a Tabset area. So the structure should look like:
[tabset]
[tabs tabname="Tab1"]Tab1 content[/tabs]
[tabs tabname="Tab2"]Tab2 content[/tabs]
[/tabset]

[tabset id="second"]
[tabs tabname="Tab1"]Tab1 content[/tabs]
[tabs tabname="Tab2"]Tab2 content[/tabs]
[/tabset]

[tabset style="my-style"]
[tabs tabname="Tab1"]Tab1 content[/tabs]
[tabs tabname="Tab2"]Tab2 content[/tabs]
[/tabset]
  • For displaying custom field value use shortcode custom. Example:
[custom key="your custom key name"]

Please make sure you have written and checked the shortcodes appropriately.