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

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

 * [বিস্তারিত](https://bn.wordpress.org/plugins/subtitle/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/subtitle/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/subtitle/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/subtitle/#developers)

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

## Description

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

## Screenshots

 * [[
 * Subtitle input field appears!

## Installation

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“Subtitle” is open source software. The following people have contributed to this
plugin.

কন্ট্রিবিউটর

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

[Translate “Subtitle” into your language.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/subtitle/), check out
the [SVN repository](https://plugins.svn.wordpress.org/subtitle/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/subtitle/) by [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

0.1 First Release.

## মেটা

 *  Version **0.1**
 *  শেষ আপডেট করা হয়েছে **13 বছর আগে**
 *  Active installations **100+**
 *  WordPress version ** 3.5.1 or higher **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * ট্যাগ
 * [custom field](https://bn.wordpress.org/plugins/tags/custom-field/)[subtitle](https://bn.wordpress.org/plugins/tags/subtitle/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/subtitle/advanced/)

## Ratings

 ৫ স্টার এর মধ্যে 3।

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

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

[সব রিভিউ দেখুন](https://wordpress.org/support/plugin/subtitle/reviews/)

## কন্ট্রিবিউটর

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

## Support

Got something to say? Need help?

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