Title: Conditional Tags Shortcode
Author: shazdeh
Published: <strong>2015 年 1 月 28 日</strong>
Last modified: 2020 年 5 月 26 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/conditional-tags-shortcode.svg)

# Conditional Tags Shortcode

 由 [shazdeh](https://profiles.wordpress.org/shazdeh/) 開發

[下載](https://downloads.wordpress.org/plugin/conditional-tags-shortcode.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/conditional-tags-shortcode/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/conditional-tags-shortcode/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/conditional-tags-shortcode/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/conditional-tags-shortcode/#developers)

 [技術支援](https://wordpress.org/support/plugin/conditional-tags-shortcode/)

## 外掛說明

With this shortcode you can take control of where the content is displayed.

#### Usage

You can use all the [conditional tags](https://codex.wordpress.org/Conditional_Tags)
WordPress provides. Checkout examples below.

Show text only on the homepage:
 [if is_front_page] The text [/if]

Show text only on the About page of the site:
 [if is_page=”about”] The text [/if]

Show only on the category archive view:
 [if is_category] The text [/if]

You can add “not_” before the conditional tag to reverse the logic, example:
 Show
on all pages of the site except the homepage: [if not_is_front_page] The text [/
if]

#### OR

Using multiple parameters, the content is displayed when either of the conditions
are met (“OR” comparison), for example, show text on both category and tag archive
pages:
 [if is_category is_tag] The text [/if]

#### AND

To set multiple conditions you can nest the shortcode, for example show text only
on homepage AND if the user is logged in:
 [if is_user_logged_in][if is_front_page]
The text [/if][/if]

Show a link to wordpress.org site, only on single post pages and only on mobile 
devices:
 [if wp_is_mobile][if is_single] [WordPress](https://wordpress.org/) [/
if][/if]

#### has_term_{taxonomy}

You can use this to check if the current post in the loops belongs to a custom term
in the desired taxonomy. See: https://codex.wordpress.org/Function_Reference/has_term

Example, check if current post has the “jazz” term in the “genre” taxonomy:
 [if
has_term_genre=”jazz”] The text [/if]

## 安裝方式

 1. Upload the `menu-item-visibility` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Enjoy!

## 使用者評論

![](https://secure.gravatar.com/avatar/a790366fa6c15cb32ce4b1d394966884f896da397176b9df63af01430867f816?
s=60&d=retro&r=g)

### 󠀁[Brilliant](https://wordpress.org/support/topic/brilliant-591/)󠁿

 [Tina Hammar](https://profiles.wordpress.org/tina-hammar/) 2016 年 9 月 3 日

Such a clever solution to create the code in a way that it doesn’t need to be updated
as it will accept all the conditional tags that wordpress provides. It will work
as long as wordpress don’t change their syntax …

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Conditional Tags Shortcode〉的開發相關工作。

參與者

 *   [ shazdeh ](https://profiles.wordpress.org/shazdeh/)

[將〈Conditional Tags Shortcode〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/conditional-tags-shortcode)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/conditional-tags-shortcode/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/conditional-tags-shortcode/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/conditional-tags-shortcode/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/conditional-tags-shortcode/)。

## 中繼資料

 *  版本 **0.2**
 *  最後更新 **6 年前**
 *  啟用安裝數 **100+**
 *  WordPress 版本需求 ** 3.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.4.19**
 *  語言
 * [English (US)](https://wordpress.org/plugins/conditional-tags-shortcode/)
 * 標籤:
 * [conditional](https://tw.wordpress.org/plugins/tags/conditional/)[conditional-tags](https://tw.wordpress.org/plugins/tags/conditional-tags/)
   [context](https://tw.wordpress.org/plugins/tags/context/)[page](https://tw.wordpress.org/plugins/tags/page/)
   [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)
 *  [進階檢視](https://tw.wordpress.org/plugins/conditional-tags-shortcode/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/)

## 參與者

 *   [ shazdeh ](https://profiles.wordpress.org/shazdeh/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/conditional-tags-shortcode/)