该插件尚未通过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]

常见问题

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