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

---

Recherche d’extensions

Cette extension **n’a pas été testée avec les3 dernières versions majeures de WordPress**.
Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs 
de compatibilité quand elle est utilisée avec des versions récentes de WordPress.

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

# Subtitle

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

[Télécharger](https://downloads.wordpress.org/plugin/subtitle.0.1.zip)

 * [Détails](https://fr-ca.wordpress.org/plugins/subtitle/#description)
 * [Avis](https://fr-ca.wordpress.org/plugins/subtitle/#reviews)
 *  [Installation](https://fr-ca.wordpress.org/plugins/subtitle/#installation)
 * [Développement](https://fr-ca.wordpress.org/plugins/subtitle/#developers)

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

## Description

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

## Captures d’écran

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

Subtitle input field appears!

## Installation

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

## Avis

Il n’y a aucun avis sur cette extension.

## Contributeurs & développeurs

« Subtitle » est un logiciel libre. Les personnes suivantes ont contribué à cette
extension.

Contributeurs

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

[Traduisez « Subtitle » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/subtitle/), consulter
le [SVN dépôt](https://plugins.svn.wordpress.org/subtitle/), ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/subtitle/)
par [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Historique des changements

0.1 First Release.

## Méta

 *  Version **0.1**
 *  Last updated **il y a 13 années**
 *  Active installations **100+**
 *  WordPress version ** 3.5.1 ou plus **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tags
 * [custom field](https://fr-ca.wordpress.org/plugins/tags/custom-field/)[subtitle](https://fr-ca.wordpress.org/plugins/tags/subtitle/)
 *  [Vue avancée](https://fr-ca.wordpress.org/plugins/subtitle/advanced/)

## Notes

 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)

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

[See all reviews](https://wordpress.org/support/plugin/subtitle/reviews/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/subtitle/)