Title: single shortcode
Author: attosoft
Published: <strong>2011-يىلى 29-ئاۋغۇست</strong>
Last modified: 2011-يىلى 11-سېنتەبىر

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://ug.wordpress.org/plugins/single-shortcode/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/single-shortcode/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/single-shortcode/#installation)
 * [ئىجادىيەت](https://ug.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://ug.wordpress.org/plugins/single-shortcode/?output_format=md#item1)
>  * [item2](https://ug.wordpress.org/plugins/single-shortcode/?output_format=md#item2)
>  * [item3](https://ug.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/) تەكشۈرۈپ ياكى 
[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

## Meta

 *  Version **0.1.1**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **15 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10+**
 *  WordPress نەشرى ** 2.5 ياكى يۇقىرى **
 *  **3.2.1** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/single-shortcode/)
 * بەلگە
 * [excerpt](https://ug.wordpress.org/plugins/tags/excerpt/)[hide](https://ug.wordpress.org/plugins/tags/hide/)
   [shortcode](https://ug.wordpress.org/plugins/tags/shortcode/)[single page](https://ug.wordpress.org/plugins/tags/single-page/)
   [Single post](https://ug.wordpress.org/plugins/tags/single-post/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/single-shortcode/advanced/)

## دەرىجە

No reviews have been submitted yet.

[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/)