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

---

Søk i utvidelser

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

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

# Subtitle

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

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

 * [Detaljer](https://nb.wordpress.org/plugins/subtitle/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/subtitle/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/subtitle/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/subtitle/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/subtitle/)

## Beskrivelse

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

## Skjermbilder

 * [[
 * Subtitle input field appears!

## Installasjon

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

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«Subtitle» er programvare med åpen kildekode. Følgende personer har bidratt til 
denne utvidelsen:

Bidragsytere

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

[Oversett «Subtitle» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/subtitle/), sjekk
ut [SVN-repositoriet](https://plugins.svn.wordpress.org/subtitle/), eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/subtitle/) med [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

0.1 First Release.

## Meta

 *  Versjon **0.1**
 *  Sist oppdatert **13 år siden**
 *  Aktive installasjoner **100+**
 *  WordPress-versjon ** 3.5.1 eller nyere **
 *  Testet opp til **3.5.2**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Stikkord
 * [custom field](https://nb.wordpress.org/plugins/tags/custom-field/)[subtitle](https://nb.wordpress.org/plugins/tags/subtitle/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/subtitle/advanced/)

## Vurderinger

 3 av 5 stjerner.

 *  [  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)

[Se alle omtalene](https://wordpress.org/support/plugin/subtitle/reviews/)

## Bidragsytere

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

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/subtitle/)