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://ru.wordpress.org/plugins/subtitle/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/subtitle/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/subtitle/#installation)
 * [Разработка](https://ru.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 или выше **
 *  Совместим вплоть до: **3.5.2**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Метки:
 * [custom field](https://ru.wordpress.org/plugins/tags/custom-field/)[subtitle](https://ru.wordpress.org/plugins/tags/subtitle/)
 *  [Дополнительно](https://ru.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/)