Title: single shortcode
Author: attosoft
Published: <strong>ઓગસ્ટ 29, 2011</strong>
Last modified: સપ્ટેમ્બર 11, 2011

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/single-shortcode/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/single-shortcode/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/single-shortcode/#installation)
 * [ડેવલપમેન્ટ](https://gu.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://gu.wordpress.org/plugins/single-shortcode/?output_format=md#item1)
>  * [item2](https://gu.wordpress.org/plugins/single-shortcode/?output_format=md#item2)
>  * [item3](https://gu.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.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), 
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/single-shortcode/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/single-shortcode/)
દ્વારા[આરઅસઅસ](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://gu.wordpress.org/plugins/tags/excerpt/)[hide](https://gu.wordpress.org/plugins/tags/hide/)
   [shortcode](https://gu.wordpress.org/plugins/tags/shortcode/)[single page](https://gu.wordpress.org/plugins/tags/single-page/)
   [Single post](https://gu.wordpress.org/plugins/tags/single-post/)
 *  [વિગતવાર દૃશ્ય](https://gu.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/)