このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

FancyTabs

説明

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

スクリーンショット

  • 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

インストール

  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!

評価

このプラグインにはレビューがありません。

貢献者と開発者

FancyTabs はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“FancyTabs” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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