Kings Tab Slider

Kings Tab Slider Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 4,157 downloads
Kings Tab Slider Icon

Try plugin: Kings Tab Slider

We'll create fresh WordPress site with Kings Tab Slider installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Kings Tab Slider

This plugin will add multiple awesome responsive tab-sliders in your WordPress site using shortcodes and custom post.

3


0


0


0


0

updated: 9 years ago
since: 10 years ago
author: Saif Bin-Alam

Description

This plugin enables you to add multiple awesome responsive tabbed sliders in your WordPress site. This uses custom posts.

Usage:

Here’s a step by step user manual:

  1. Install the plugin. (Find the instructions in the “Installation” section.)
  2. Find the custom post “Tabs” in your WordPress dashboard and click on it’s submenu: Add New. You can add category as well.
  3. Use the shortcode to show all your tabs anywhere in your WordPress site.
[tab-slider]

4. This plugin supports 5 styles. To change style, add shortcode attribute “style” and the value will be: one, two, three, four or five. Example:

[tab-slider style="three"]

or

[tab-slider style="five"]
  • Note: Default is
[tab-slider style="one"]

5. If you want to add multiple tab-sliders in your site, make sure you provide unique IDs to each set of tab-sliders. Example:

[tab-slider style="two" id="1"]
[tab-slider style="two" id="2"]
[tab-slider style="two" id="3"]

and thus you can add as many tab-sliders as you want.
6. If you want to show different tabs (i.e. different contents) in different tab-sliders, make sure you provide unique IDs to each set of tab-sliders and set categories to them. Example:

[tab-slider style="two" id="1" category="fish"]
[tab-slider style="two" id="2" category="flower"]
[tab-slider style="two" id="2" category="wordpress"]