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

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Subtitle

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

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

 * [Dettagli](https://it.wordpress.org/plugins/subtitle/#description)
 * [Recensioni](https://it.wordpress.org/plugins/subtitle/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/subtitle/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/subtitle/#developers)

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

## Descrizione

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

## Screenshot

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

Subtitle input field appears!

## Installazione

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

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Subtitle” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Subtitle” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/subtitle/) segui 
il [repository SVN](https://plugins.svn.wordpress.org/subtitle/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/subtitle/)
tramite [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

0.1 First Release.

## Meta

 *  Versione **0.1**
 *  Ultimo aggiornamento **13 anni fa**
 *  Installazioni attive **100+**
 *  Versione WordPress ** 3.5.1 o superiore **
 *  Testato fino alla versione **3.5.2**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tag
 * [custom field](https://it.wordpress.org/plugins/tags/custom-field/)[subtitle](https://it.wordpress.org/plugins/tags/subtitle/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/subtitle/advanced/)

## Valutazioni

 3 su 5 stelle.

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

[La tua recensione](https://wordpress.org/support/plugin/subtitle/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/subtitle/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/subtitle/)