Title: Subtitle
Author: ShinichiN
Published: <strong>1. mája 2013</strong>
Last modified: 1. mája 2013

---

Vyhľadať plugin

Tento plugin **nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress**. Už
nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri
použití s novšími verziami WordPress.

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

# Subtitle

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

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

 * [Podrobnosti](https://sk.wordpress.org/plugins/subtitle/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/subtitle/#reviews)
 *  [Inštalácia](https://sk.wordpress.org/plugins/subtitle/#installation)
 * [Vývoj](https://sk.wordpress.org/plugins/subtitle/#developers)

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

## Popis

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

## Obrázky

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

Subtitle input field appears!

## Inštalácia

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

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“Subtitle” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci
ľudia.

Prispievatelia

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

[Preložiť „Subtitle“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/subtitle/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/subtitle/), alebo 
sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/subtitle/)
cez [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Zoznam zmien

0.1 First Release.

## Meta

 *  Verzia **0.1**
 *  Posledná aktualizácia **Pred 13 rokov**
 *  Aktívne inštalácie **100+**
 *  Verzia WordPress ** 3.5.1 alebo novšia **
 *  Testované do verzie **3.5.2**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Značky
 * [custom field](https://sk.wordpress.org/plugins/tags/custom-field/)[subtitle](https://sk.wordpress.org/plugins/tags/subtitle/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/subtitle/advanced/)

## Hodnotenia

 3 z 5 hviezdičiek.

 *  [  0 recenzií s 5-hviezdičkovým hodnotením     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 recenzia s 4-hviezdičkovým hodnotením     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 recenzií s 3-hviezdičkovým hodnotením     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 recenzia s 2-hviezdičkovým hodnotením     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 recenzií s 1-hviezdičkovým hodnotením     ](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/)

## Prispievatelia

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

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/subtitle/)