Title: Subtitle
Author: ShinichiN
Published: <strong>1 maio, 2013</strong>
Last modified: 1 maio, 2013

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/subtitle.svg)

# Subtitle

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

[Baixar](https://downloads.wordpress.org/plugin/subtitle.0.1.zip)

 * [Detalhes](https://br.wordpress.org/plugins/subtitle/#description)
 * [Avaliações](https://br.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/subtitle/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/subtitle/#developers)

 [Suporte](https://wordpress.org/support/plugin/subtitle/)

## Descrição

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' );
    }
    ```

## Capturas de tela

 * [[
 * Subtitle input field appears!

## Instalação

 1. Upload `subtitle` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Subtitle” é um programa de código aberto. As seguintes pessoas contribuíram para
este plugin.

Colaboradores

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

[Traduzir o “Subtitle” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/subtitle/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/subtitle/) ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/subtitle/)
por [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

0.1 First Release.

## Meta

 *  Versão **0.1**
 *  Última atualização **13 anos atrás**
 *  Instalações ativas **100+**
 *  Versão do WordPress ** 3.5.1 ou superior **
 *  Testado até **3.5.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tags
 * [custom field](https://br.wordpress.org/plugins/tags/custom-field/)[subtitle](https://br.wordpress.org/plugins/tags/subtitle/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/subtitle/advanced/)

## Classificações

 3 de 5 estrelas.

 *  [  0 avaliação com 5 estrela     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

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

[Ver todas avaliações](https://wordpress.org/support/plugin/subtitle/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/subtitle/)