Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

FancyTabs

Beschreibung

Create navigable tabs to hide/show in-page content.
Use the following shortcode:

[fancytabs]
[tab title="Title 1"]
Hello world
[/tab]
[tab title="Title 2"]
Hello again, world
[/tab]
[/fancytabs]

If you wish to make adjustments to the styles, you can copy the fancytabs.css from the plugin directory and add it to your theme folder.

Coming Soon

  • Options page for setting colors/styles

Screenshots

  • This screen shot shows the basic shortcode usage within the editor. Notice the attribute „title“ is important.
  • This shot shows the end result
  • This shot also shows the end result

Installation

  1. Download FancyTabs Plugin.
  2. Decompress and upload the contents of the archive into /wp-content/plugins/.
  3. Activate the Plugin through the ‚Plugins‘ menu in WordPress

FAQ

None yet!

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„FancyTabs“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „FancyTabs“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.1.0

  • Greatly cleanup jQuery, add to fancytabs.js
  • Styles now happen solely in fancytabs.css
  • Ability for user to copy stylesheet to theme/stylesheet directory for customization

1.0.2

  • Improve appearance (CSS)

1.0.1

  • Added screenshots

1.0

  • Initial release