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

---

Kërkoni te shtojca

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

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

# Subtitle

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

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

 * [Hollësi](https://sq.wordpress.org/plugins/subtitle/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/subtitle/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/subtitle/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/subtitle/#developers)

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

## Përshkrim

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

## Foto ekrani

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

Subtitle input field appears!

## Instalim

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

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Subtitle” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë
personat vijues.

Kontribues

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

[Përkthejeni “Subtitle” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/subtitle/), shkarkoni
[depon SVN](https://plugins.svn.wordpress.org/subtitle/), ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/subtitle/).

## Regjistër ndryshimesh

0.1 First Release.

## Të tjera

 *  Version **0.1**
 *  Përditësuar së fundi më **13 vjet më parë**
 *  Instalime aktive **100+**
 *  Version WordPress-i ** 3.5.1 ose më i madh **
 *  E provuar deri me **3.5.2**
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Etiketa
 * [custom field](https://sq.wordpress.org/plugins/tags/custom-field/)[subtitle](https://sq.wordpress.org/plugins/tags/subtitle/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/subtitle/advanced/)

## Vlerësime

 3 nga 5 yje të mundshëm.

 *  [  0 shqyrtime me 5 yje     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 shqyrtim me 4 yje     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 shqyrtime me 3 yje     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 shqyrtim me 2 yje     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 shqyrtime me 1 yje     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

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

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/subtitle/reviews/)

## Kontribues

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

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/subtitle/)