Title: Subtitle
Author: ShinichiN
Published: <strong>1 مَي 2013</strong>
Last modified: 1 مَي 2013

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

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

# Subtitle

 کان: [ShinichiN](https://profiles.wordpress.org/shinichin/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/subtitle.0.1.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/subtitle/#description)
 * [جائزو](https://snd.wordpress.org/plugins/subtitle/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/subtitle/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/subtitle/#developers)

 [سھائتا](https://wordpress.org/support/plugin/subtitle/)

## وضاحت

Displays subtitle text field after the title in post, page and other post type edit
page.

 * [GitHub](https://github.com/ShinichiNishikawa/subtitle)
 * [Plugin Homepage](http://nskw-style.com/2013/wordpress/plugin-downloads/subtitle.html)

#### Retriving and displaying in templates

Use `get_nskw_subtitle()` to retrieve and `nskw_subtitle()` to display.

#### Change label

    ```
    By default the label of the input field is "Subtitle". There's a hook for changing it.

    add_filter( 'nskw-fat-meta_label', 'nskw_changeLabel' );
    function nskw_changeLabel() {
        return 'new label';
    }
    ```

#### Hide in specific post types

By default, subtitle field appears in every post type edit pages except for attachment.

To hide in particular post type pages, there’s a hook.

    ```
    // hide subtitle field in posttype 'attachment', 'page'、''newposttype'
    add_filter( 'nskw-fat_post_type', 'nskw_hide_subtitle' );
    function nskw_hide_subtitle() {
        return array( 'attachment', 'page', 'newposttype' );
    }
    ```

## تصوير

 * [[
 * Subtitle input field appears!

## انسٽاليشن

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

## جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

## تعاون ڪندڙ & ڊولپرز

“Subtitle” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

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

[ترجمو ڪريو “Subtitle” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/subtitle/)، چيڪ ڪريو
[SVN مخزن](https://plugins.svn.wordpress.org/subtitle/)، يا رڪنيت حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/subtitle/)
پاران [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

0.1 First Release.

## ميٽا

 *  Version **0.1**
 *  Last updated **13 سالَ اڳ**
 *  Active installations **100+**
 *  WordPress version ** 3.5.1 يا وڌيڪ **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tags
 * [custom field](https://snd.wordpress.org/plugins/tags/custom-field/)[subtitle](https://snd.wordpress.org/plugins/tags/subtitle/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/subtitle/advanced/)

## درجه بندي

 3 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

[منهنجي راءِ شامل ڪريو](https://wordpress.org/support/plugin/subtitle/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/subtitle/reviews/)

## تعاون ڪندڙ

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

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/subtitle/)