Title: Subtitle
Author: ShinichiN
Published: <strong>مئی 1, 2013</strong>
Last modified: مئی 1, 2013

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 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://ur.wordpress.org/plugins/subtitle/#description)
 * [جائزے](https://ur.wordpress.org/plugins/subtitle/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/subtitle/#installation)
 * [ڈیولپمنٹ](https://ur.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

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Subtitle” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

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

[“Subtitle” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/subtitle/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/subtitle/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/subtitle/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](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://ur.wordpress.org/plugins/tags/custom-field/)[subtitle](https://ur.wordpress.org/plugins/tags/subtitle/)
 *  [اعلی درجے کا منظر](https://ur.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)

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