Title: Subtitle
Author: ShinichiN
Published: <strong>1 Mayıs 2013</strong>
Last modified: 1 Mayıs 2013

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Subtitle

 [ShinichiN](https://profiles.wordpress.org/shinichin/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/subtitle/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/subtitle/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/subtitle/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/subtitle/#developers)

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

## Açıklama

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

## Ekran Görüntüleri

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

Subtitle input field appears!

## Yükleme

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

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Subtitle” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“Subtitle” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/subtitle/), [SVN deposuna](https://plugins.svn.wordpress.org/subtitle/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/subtitle/) abone
olun.

## Değişiklik Kaydı

0.1 First Release.

## Meta

 *  Sürüm **0.1**
 *  Son güncelleme **13 yıl önce**
 *  Etkin kurulumlar **100+**
 *  WordPress sürümü ** 3.5.1 veya üstü **
 *  Test edilen sürüm **3.5.2**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Etiketler
 * [custom field](https://tr.wordpress.org/plugins/tags/custom-field/)[subtitle](https://tr.wordpress.org/plugins/tags/subtitle/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/subtitle/advanced/)

## Puanlar

 5 üzerinden 3 yıldız.

 *  [  0 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  1 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  1 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

[Değerlendirmeniz](https://wordpress.org/support/plugin/subtitle/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/subtitle/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/subtitle/)