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

---

گەڕان لە پێوەکراوەکان

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/subtitle.svg)

# Subtitle

 لەلایەن [ShinichiN](https://profiles.wordpress.org/shinichin/)

[داگرتن](https://downloads.wordpress.org/plugin/subtitle.0.1.zip)

 * [وردەکارییەکان](https://ku.wordpress.org/plugins/subtitle/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/subtitle/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/subtitle/#installation)
 * [گەشەپێدان](https://ku.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.

## مێتا

 *  وەشان **0.1**
 *  دوایین بەڕۆژکردنەوە **13 ساڵ لەمەوبەر**
 *  دامەزراندنی چالاک **100+**
 *  وەشانی وۆردپرێس ** 3.5.1 یان بەرزتر **
 *  تاقیکراوەتەوە تا **3.5.2**
 *  زمان
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * تاگەکان
 * [custom field](https://ku.wordpress.org/plugins/tags/custom-field/)[subtitle](https://ku.wordpress.org/plugins/tags/subtitle/)
 *  [بینینی پێشکەوتوو](https://ku.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/)