Title: Subtitle
Author: ShinichiN
Published: <strong>01.05.2013</strong>
Last modified: 01.05.2013

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями 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://uk.wordpress.org/plugins/subtitle/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/subtitle/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/subtitle/#installation)
 * [Розробка](https://uk.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.

## Мета

 *  Версія **0.1**
 *  Останнє оновлення **13 років тому**
 *  Активних встановлень **100+**
 *  Версія WordPress ** 3.5.1 або вище **
 *  Tested up to **3.5.2**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Позначки
 * [custom field](https://uk.wordpress.org/plugins/tags/custom-field/)[subtitle](https://uk.wordpress.org/plugins/tags/subtitle/)
 *  [Розширений перегляд](https://uk.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/)