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

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# Subtitle

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

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

 * [Detaljer](https://sv.wordpress.org/plugins/subtitle/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/subtitle/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/subtitle/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/subtitle/#developers)

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

## Beskrivning

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

## Skärmdumpar

[⌊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

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”Subtitle” är programvara med öppen källkod. Följande personer har bidragit till
detta tillägg.

Bidragande personer

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

[Översätt ”Subtitle” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/subtitle/), kika på
[SVN-filförvaret](https://plugins.svn.wordpress.org/subtitle/) eller prenumerera
på [utvecklarloggen](https://plugins.trac.wordpress.org/log/subtitle/) via [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

0.1 First Release.

## Meta

 *  Version **0.1**
 *  Senast uppdaterat **13 år sedan**
 *  Aktiva installationer **100+**
 *  WordPress-version ** 3.5.1 eller senare **
 *  Testat upp till **3.5.2**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Etiketter
 * [custom field](https://sv.wordpress.org/plugins/tags/custom-field/)[subtitle](https://sv.wordpress.org/plugins/tags/subtitle/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/subtitle/advanced/)

## Betyg

 3 av 5 stjärnor.

 *  [  0 5-stjärniga recensioner     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 4-stjärnig recension     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 3-stjärniga recensioner     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 2-stjärnig recension     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 1-stjärniga recensioner     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

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

[Se alla recensioner](https://wordpress.org/support/plugin/subtitle/reviews/)

## Bidragande personer

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

## Support

Har du något att säga? Behöver du hjälp?

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