Title: Subtitle
Author: ShinichiN
Published: <strong>1 Tháng 5, 2013</strong>
Last modified: 1 Tháng 5, 2013

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Subtitle

 Bởi [ShinichiN](https://profiles.wordpress.org/shinichin/)

[Tải về](https://downloads.wordpress.org/plugin/subtitle.0.1.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/subtitle/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/subtitle/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/subtitle/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/subtitle/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/subtitle/)

## Mô tả

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

## Ảnh màn hình

 * [[
 * Subtitle input field appears!

## Cài đặt

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

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Subtitle” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Subtitle” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/subtitle)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/subtitle/), check out [SVN repository](https://plugins.svn.wordpress.org/subtitle/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/subtitle/)
qua [RSS](https://plugins.trac.wordpress.org/log/subtitle/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

0.1 First Release.

## Meta

 *  Phiên bản **0.1**
 *  Cập nhật lần cuối **13 năm trước**
 *  Số lượt cài đặt **100+**
 *  Phiên bản WordPress ** 3.5.1 hoặc cao hơn **
 *  Đã kiểm tra lên đến **3.5.2**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/subtitle/)
 * Thẻ
 * [custom field](https://vi.wordpress.org/plugins/tags/custom-field/)[subtitle](https://vi.wordpress.org/plugins/tags/subtitle/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/subtitle/advanced/)

## Đánh giá

 3 trên 5 sao.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/subtitle/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/subtitle/)