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 soporte 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://ve.wordpress.org/plugins/subtitle/#description)
 * [Valoraciones](https://ve.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalación](https://ve.wordpress.org/plugins/subtitle/#installation)
 * [Desarrollo](https://ve.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 [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).

## Registro de cambios

0.1 First Release.

## Meta

 *  Version **0.1**
 *  Last updated **hace 13 años**
 *  Active installations **100+**
 *  WordPress version ** 3.5.1 o superior **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tags
 * [custom field](https://ve.wordpress.org/plugins/tags/custom-field/)[subtitle](https://ve.wordpress.org/plugins/tags/subtitle/)
 *  [Vista avanzada](https://ve.wordpress.org/plugins/subtitle/advanced/)

## Valoraciones

 3 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

[Añadir mi reseña](https://wordpress.org/support/plugin/subtitle/reviews/#new-post)

[See all reviews](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/)