Title: single shortcode
Author: attosoft
Published: <strong>2011년 8월 29일</strong>
Last modified: 2011년 9월 11일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/single-shortcode/#description)
 * [평가](https://ko.wordpress.org/plugins/single-shortcode/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/single-shortcode/#installation)
 * [개발](https://ko.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://ko.wordpress.org/plugins/single-shortcode/?output_format=md#item1)
>  * [item2](https://ko.wordpress.org/plugins/single-shortcode/?output_format=md#item2)
>  * [item3](https://ko.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

## FAQ

  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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/single-shortcode/)을 [RSS](https://plugins.trac.wordpress.org/log/single-shortcode/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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+**
 *  워드프레스 버전 ** 2.5 또는 그 이상 **
 *  다음까지 시험됨: **3.2.1**
 *  언어
 * [English (US)](https://wordpress.org/plugins/single-shortcode/)
 * 태그:
 * [excerpt](https://ko.wordpress.org/plugins/tags/excerpt/)[hide](https://ko.wordpress.org/plugins/tags/hide/)
   [shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)[single page](https://ko.wordpress.org/plugins/tags/single-page/)
   [Single post](https://ko.wordpress.org/plugins/tags/single-post/)
 *  [고급 보기](https://ko.wordpress.org/plugins/single-shortcode/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](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/)