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

---

Plugins zoeken

Deze plugin **is niet getest met de laatste drie grote versies van WordPress**. 
Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# Subtitle

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

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

 * [Details](https://nl-be.wordpress.org/plugins/subtitle/#description)
 * [Beoordelingen](https://nl-be.wordpress.org/plugins/subtitle/#reviews)
 *  [Installatie](https://nl-be.wordpress.org/plugins/subtitle/#installation)
 * [Ontwikkeling](https://nl-be.wordpress.org/plugins/subtitle/#developers)

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

## Beschrijving

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

## Schermafbeeldingen

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

Subtitle input field appears!

## Installatie

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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Subtitle” is open source software. De volgende personen hebben bijgedragen aan 
deze plugin.

Bijdragers

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

[Vertaal “Subtitle” naar jouw taal.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Interesse in de ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/subtitle/), haal de 
[SVN repository](https://plugins.svn.wordpress.org/subtitle/) op, of abonneer je
op het [ontwikkellog](https://plugins.trac.wordpress.org/log/subtitle/) via [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

0.1 First Release.

## Meta

 *  Versie **0.1**
 *  Laatst bijgewerkt: **13 jaar geleden**
 *  Actieve installaties: **100+**
 *  WordPress versie ** 3.5.1 of nieuwer **
 *  Getest t/m **3.5.2**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tags
 * [custom field](https://nl-be.wordpress.org/plugins/tags/custom-field/)[subtitle](https://nl-be.wordpress.org/plugins/tags/subtitle/)
 *  [Geavanceerde weergave](https://nl-be.wordpress.org/plugins/subtitle/advanced/)

## Beoordelingen

 3 van 5 sterren.

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

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/subtitle/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/subtitle/)