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://sr.wordpress.org/plugins/subtitle/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/subtitle/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/subtitle/#installation)
 * [Изградња](https://sr.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/) или се пријавите на
[белешку градње](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://sr.wordpress.org/plugins/tags/custom-field/)[subtitle](https://sr.wordpress.org/plugins/tags/subtitle/)
 *  [Напредни преглед](https://sr.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/)