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

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con 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://cl.wordpress.org/plugins/subtitle/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/subtitle/#installation)
 * [Desarrollo](https://cl.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 de pantalla

[⌊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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Subtitle” es software de código abierto. Las siguientes personas han contribuido
a 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 [registro 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).

## Historial 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 **
 *  Probado hasta **3.5.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Etiquetas
 * [custom field](https://cl.wordpress.org/plugins/tags/custom-field/)[subtitle](https://cl.wordpress.org/plugins/tags/subtitle/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/subtitle/advanced/)

## Calificaciones

 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)

[Tu reseña](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

¿Tienes algo que decir? ¿Necesitas ayuda?

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