Title: Subtitle
Author: ShinichiN
Published: <strong>2013 年 5 月 1 日</strong>
Last modified: 2013 年 5 月 1 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/subtitle/#description)
 * [评价](https://cn.wordpress.org/plugins/subtitle/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/subtitle/#installation)
 * [开发进展](https://cn.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!

## 安装

 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://cn.wordpress.org/plugins/tags/custom-field/)[subtitle](https://cn.wordpress.org/plugins/tags/subtitle/)
 *  [高级视图](https://cn.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/)