Title: Subtitle
Author: ShinichiN
Published: <strong>2013-05-01</strong>
Last modified: 2013-05-01

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Subtitle

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/subtitle/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/subtitle/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/subtitle/#developers)

 [Wsparcie](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' );
    }
    ```

## Zrzuty ekranu

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

Subtitle input field appears!

## Instalacja

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

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Subtitle” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Subtitle” na swój język.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/subtitle/), sprawdź 
[repozytorium SVN](https://plugins.svn.wordpress.org/subtitle/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/subtitle/)
przez [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

0.1 First Release.

## Meta

 *  Wersja **0.1**
 *  Ostatnia aktualizacja **13 lat temu**
 *  Włączone instalacje **100+**
 *  Wersja WordPressa ** 3.5.1 lub nowszej **
 *  Testowano do **3.5.2**
 *  Język
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tagi
 * [custom field](https://pl.wordpress.org/plugins/tags/custom-field/)[subtitle](https://pl.wordpress.org/plugins/tags/subtitle/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/subtitle/advanced/)

## Oceny

 3 na 5 gwiazdek.

 *  [  0 recenzji 5-gwiazdkowych     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 recenzja 4-gwiazdkowa     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 recenzja 2-gwiazdkowa     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/subtitle/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/subtitle/)