Title: Subtitle
Author: ShinichiN
Published: <strong>01. svibnja 2013.</strong>
Last modified: 01. svibnja 2013.

---

Pretraga dodataka

Dodatak **nije testiran s zadnje 3 glavna izdanja WordPressa**. Možda ga se više
ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama
WordPressa.

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

# Subtitle

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

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

 * [Detalji](https://hr.wordpress.org/plugins/subtitle/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalacija](https://hr.wordpress.org/plugins/subtitle/#installation)
 * [Razvoj](https://hr.wordpress.org/plugins/subtitle/#developers)

 [Podrška](https://wordpress.org/support/plugin/subtitle/)

## Opis

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

## Snimke zaslona

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

Subtitle input field appears!

## Instalacija

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

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“Subtitle” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

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

[Prevedite “Subtitle” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/subtitle/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/subtitle/)ili se pretplatite na
[dnevnik razvoja](https://plugins.trac.wordpress.org/log/subtitle/) od [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

0.1 First Release.

## Meta

 *  Version **0.1**
 *  Zadnje ažuriranje **prije 13 godina**
 *  Aktivnih instalacija **100+**
 *  WordPress inačica ** 3.5.1 ili viša **
 *  Testirano do **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Oznake
 * [custom field](https://hr.wordpress.org/plugins/tags/custom-field/)[subtitle](https://hr.wordpress.org/plugins/tags/subtitle/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/subtitle/advanced/)

## Ocjena

 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/)

## Suradnici

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

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/subtitle/)