Title: Subtitle
Author: ShinichiN
Published: <strong>1 می 2013</strong>
Last modified: 1 می 2013

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/subtitle/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/subtitle/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/subtitle/#installation)
 * [توسعه](https://fa.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

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“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/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/subtitle/) مشترک شوید.

## گزارش تغییرات

0.1 First Release.

## اطلاعات

 *  نگارش **0.1**
 *  آخرین به‌روزرسانی **13 سال پیش**
 *  نصب‌های فعال **100+**
 *  نگارش وردپرس ** 3.5.1 یا بالاتر **
 *  آزمایش‌شده تا **3.5.2**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * برچسب
 * [custom field](https://fa.wordpress.org/plugins/tags/custom-field/)[subtitle](https://fa.wordpress.org/plugins/tags/subtitle/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/subtitle/advanced/)

## امتیازها

 3 از 5 ستاره.

 *  [  امتیاز 0 5-ستاره     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=5)
 *  [  امتیاز 1 4-ستاره     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=3)
 *  [  امتیاز 1 2-ستاره     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/subtitle/reviews/?filter=1)

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/subtitle/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/subtitle/)