Title: Subtitle
Author: ShinichiN
Published: <strong>মে’ 1, 2013</strong>
Last modified: মে’ 1, 2013

---

প্লাগিনৰ সন্ধান কৰক

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://as.wordpress.org/plugins/subtitle/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/subtitle/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/subtitle/#installation)
 * [বিকাশ](https://as.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+**
 *  WordPress-ৰ সংস্কৰণ ** 3.5.1 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **3.5.2**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * [custom field](https://as.wordpress.org/plugins/tags/custom-field/)[subtitle](https://as.wordpress.org/plugins/tags/subtitle/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/subtitle/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 3টা তৰা।

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