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

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Subtitle

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

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

 * [Detalles](https://gl.wordpress.org/plugins/subtitle/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/subtitle/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/subtitle/#developers)

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

## Descrición

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

[⌊Subtitle input field appears!⌉⌊Subtitle input field appears!⌉[

Subtitle input field appears!

## Instalación

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

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Subtitle” é un software de código aberto. As seguintes persoas colaboraron con 
este plugin.

Colaboradores

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

[Traduce “Subtitle” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/subtitle/), bota unha
ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/subtitle/), ou subscríbete
ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/subtitle/) por
[RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

0.1 First Release.

## Meta

 *  Versión **0.1**
 *  Última actualización **Fai 13 anos**
 *  Instalacións activas **100+**
 *  Versión de WordPress ** 3.5.1 ou superior **
 *  Probado ata **3.5.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Etiquetas
 * [custom field](https://gl.wordpress.org/plugins/tags/custom-field/)[subtitle](https://gl.wordpress.org/plugins/tags/subtitle/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/subtitle/advanced/)

## Valoracións

 3 de 5 estrelas

 *  [  0 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 valoración de 4 estrelas     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 valoración de 2 estrelas     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

[A túa valoración](https://wordpress.org/support/plugin/subtitle/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/subtitle/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/subtitle/)