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

TAB ME

説明

Tab-Me allows you to structure your content in tabs by using [tab] shortcodes. See Installation and screenshots for instructions.

スクリーンショット

  • This is what the final product looks like: screenshot-1.png
  • Here's an example of the shortcode used to make the show screenshot: screenshot-2.png

インストール

This section describes how to install the plugin and get it working.

  1. Upload entire tab-me folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the following [tabs] and [tab] shortcodes to generate your tabs.
    e.g.
    [tabs]
    [tab title=”title 1″]
    Content for tab 1 goes here
    [/tab]
    [tab title=”title 2″]
    Content for tab 2 goes here
    [/tab]
    [/tabs]

FAQ

Can I stylize the tabs?

Currently you’ll have to go to the plugin editor and edit the tab-me.css file

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.0.2

  • Fixed a padding issue that was present with some themes
  • Added ability to set tabs to external/internal links with along with a target attribute

1.0.1

  • Now multiple Tab Me tab groups will works on the same page. Thanks https://profiles.wordpress.org/flymke !

1.0

  • Initial version