Title: Subtitle
Author: ShinichiN
Published: <strong>2013-يىلى 1-ماي</strong>
Last modified: 2013-يىلى 1-ماي

---

قىستۇرما ئىزدە

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://ug.wordpress.org/plugins/subtitle/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/subtitle/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/subtitle/#installation)
 * [ئىجادىيەت](https://ug.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!⌉⌊Subtitle input field appears!⌉[

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/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/subtitle/)گە
مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

0.1 First Release.

## Meta

 *  Version **0.1**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **13 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **100+**
 *  WordPress نەشرى ** 3.5.1 ياكى يۇقىرى **
 *  **3.5.2** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * بەلگە
 * [custom field](https://ug.wordpress.org/plugins/tags/custom-field/)[subtitle](https://ug.wordpress.org/plugins/tags/subtitle/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/subtitle/advanced/)

## دەرىجە

 3/5 يۇلتۇز

 *  [  0 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/subtitle/reviews/)

## تۆھپىكار

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

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/subtitle/)