Title: single shortcode
Author: attosoft
Published: <strong>2011 年 8 月 29 日</strong>
Last modified: 2011 年 9 月 11 日

---

搜尋外掛

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

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

# single shortcode

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

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

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

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

## 外掛說明

Using single shortcode plugin, you can hide specified content from [excerpt](https://codex.wordpress.org/Glossary#Excerpt)
of post. The content enclosed with [single] tag is output **only** if single page
is displayed. It’s useful for hiding the following items from excerpt.

 * table of contents
 * footnotes
 * relative links, etc.

Installed this plugin, you can use the following shortcodes.

 * [single] shortcode outputs content **only** if single page is displayed
 * [excerpt] shortcode outputs content **only** if excerpt is displayed

#### Usage

Enclose content with [single] tag.

    ```
    [single] ... [/single]

    [single]
     ...
    [/single]
    ```

You can use [excerpt] tag as necessary.

    ```
    [excerpt] ... [/excerpt]

    [excerpt]
     ...
    [/excerpt]
    ```

#### Example

If you write the following code,

    ```
    <p>paragraph1</p>

    [single]
    <h5>Index</h5>
    <ul>
        <li><a href="#item1">item1</a></li>
        <li><a href="#item2">item2</a></li>
        <li><a href="#item3">item3</a></li>
    </ul>
    [/single]

    <p>paragraph2</p>
    ```

the excerpt is displayed as follows. (Index is NOT output)

> paragraph1
> paragraph2

And single page is displayed as follows. (Index is output)

> paragraph1
>  **Index**
>  * [item1](https://tw.wordpress.org/plugins/single-shortcode/?output_format=md#item1)
>  * [item2](https://tw.wordpress.org/plugins/single-shortcode/?output_format=md#item2)
>  * [item3](https://tw.wordpress.org/plugins/single-shortcode/?output_format=md#item3)
> paragraph2

#### Links

 * [Homepage (attosoft.info)](http://attosoft.info/en/) [[Japanese](http://attosoft.info/)]
 * [single shortcode Plugin Official Site](http://attosoft.info/blog/en/single-shortcode/)[
   [Japanese](http://attosoft.info/blog/single-shortcode/)]
 * ref. [Function Reference / is_single() (WordPress Codex)](https://codex.wordpress.org/Function_Reference/is_single)

## 安裝方式

 1. Upload the plugin folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## 常見問題集

  Where is excerpt displayed?

 * Blog homepage (latest posts)
 * Archive, Category, Tag page
 * Search result
 * Posts feed (RSS/Atom)

* Please see [Glossary](https://codex.wordpress.org/Glossary#Excerpt) for more information.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

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

參與者

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

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

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

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

## 變更記錄

#### 0.1.1

 * [excerpt] shortcode also outputs content in search results and posts feed (RSS/
   Atom)

#### 0.1

 * Initial release

## 中繼資料

 *  版本 **0.1.1**
 *  最後更新 **15 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.2.1**
 *  語言
 * [English (US)](https://wordpress.org/plugins/single-shortcode/)
 * 標籤:
 * [excerpt](https://tw.wordpress.org/plugins/tags/excerpt/)[hide](https://tw.wordpress.org/plugins/tags/hide/)
   [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)[single page](https://tw.wordpress.org/plugins/tags/single-page/)
   [Single post](https://tw.wordpress.org/plugins/tags/single-post/)
 *  [進階檢視](https://tw.wordpress.org/plugins/single-shortcode/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/single-shortcode/reviews/#new-post)

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

## 參與者

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

## 技術支援

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

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