Title: Subtitle
Author: ShinichiN
Published: <strong>01.05.2013</strong>
Last modified: 01.05.2013

---

ჩადგმების ძებნა

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

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

# Subtitle

 ავტორი: [ShinichiN](https://profiles.wordpress.org/shinichin/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/subtitle.0.1.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/subtitle/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/subtitle/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/subtitle/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/subtitle/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/subtitle/)

## აღწერა

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

## ეკრანული სურათები

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

Subtitle input field appears!

## დაყენება

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

## მიმოხილვები

There are no reviews for this plugin.

## მონაწილეები & დეველოპერები

“Subtitle” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის
განვითარებაში.

მონაწილეები

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

[გადათარგმნეთ Subtitle თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/subtitle/), შეამოწმეთ
[SVN რეპო](https://plugins.svn.wordpress.org/subtitle/), ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/subtitle/):
[RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

0.1 First Release.

## მეტა

 *  Version **0.1**
 *  Last updated **13 წელი წინ**
 *  Active installations **100+**
 *  WordPress version ** 3.5.1, ან უფრო მაღალი **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Tags
 * [custom field](https://ka.wordpress.org/plugins/tags/custom-field/)[subtitle](https://ka.wordpress.org/plugins/tags/subtitle/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/subtitle/advanced/)

## რეიტინგები

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

## მონაწილეები

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

## მხარდაჭერა

გაქვთ კომენტარი? გჭირდებათ დახმარება?

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/subtitle/)