Title: single shortcode
Author: attosoft
Published: <strong>Agosto 29, 2011</strong>
Last modified: Setyembre 11, 2011

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# single shortcode

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

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

 * [Mga Detalye](https://tl.wordpress.org/plugins/single-shortcode/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/single-shortcode/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/single-shortcode/#installation)
 * [Development](https://tl.wordpress.org/plugins/single-shortcode/#developers)

 [Suporta](https://wordpress.org/support/plugin/single-shortcode/)

## Deskripsyon

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://tl.wordpress.org/plugins/single-shortcode/?output_format=md#item1)
>  * [item2](https://tl.wordpress.org/plugins/single-shortcode/?output_format=md#item2)
>  * [item3](https://tl.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)

## Pag-install

 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.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “single shortcode” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

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

[Isalin ang “single shortcode” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/single-shortcode)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/single-shortcode/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/single-shortcode/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/single-shortcode/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/single-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.1

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

#### 0.1

 * Initial release

## Meta

 *  Bersyon **0.1.1**
 *  Huling na-update **15 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 2.5 o mas bago **
 *  Sinubukan hanggang **3.2.1**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/single-shortcode/)
 * Mga Tag
 * [excerpt](https://tl.wordpress.org/plugins/tags/excerpt/)[hide](https://tl.wordpress.org/plugins/tags/hide/)
   [shortcode](https://tl.wordpress.org/plugins/tags/shortcode/)[single page](https://tl.wordpress.org/plugins/tags/single-page/)
   [Single post](https://tl.wordpress.org/plugins/tags/single-post/)
 *  [Advanced View](https://tl.wordpress.org/plugins/single-shortcode/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/single-shortcode/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/single-shortcode/)