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

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas
de compatibilidad cuando se usa con las versiones más recientes 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://es-ar.wordpress.org/plugins/subtitle/#description)
 * [Valoraciones](https://es-ar.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalación](https://es-ar.wordpress.org/plugins/subtitle/#installation)
 * [Desarrollo](https://es-ar.wordpress.org/plugins/subtitle/#developers)

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

## Descripció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!

## Instalación

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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

“Subtitle” es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

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

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

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/subtitle/) , echa 
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/subtitle/) , o
suscríbete al [log de desarrollo](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 cambios

0.1 First Release.

## Meta

 *  Versión **0.1**
 *  Última actualización **hace 13 años**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 3.5.1 o superior **
 *  Testeado hasta **3.5.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Etiquetas:
 * [custom field](https://es-ar.wordpress.org/plugins/tags/custom-field/)[subtitle](https://es-ar.wordpress.org/plugins/tags/subtitle/)
 *  [Vista avanzada](https://es-ar.wordpress.org/plugins/subtitle/advanced/)

## Valoraciones

 3 de 5 estrellas.

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

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

[Ver todas las reseñas](https://wordpress.org/support/plugin/subtitle/reviews/)

## Colaboradores

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

## Soporte

¿Tenés algo que decir? ¿Necesitás ayuda?

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