Title: Subtitle
Author: ShinichiN
Published: <strong>2013年5月2日</strong>
Last modified: 2014年6月30日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

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

# Subtitle

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

[ダウンロード](https://downloads.wordpress.org/plugin/subcontent.zip)

 * [詳細](https://ja.wordpress.org/plugins/subcontent/#description)
 * [レビュー](https://ja.wordpress.org/plugins/subcontent/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/subcontent/#installation)
 * [開発](https://ja.wordpress.org/plugins/subcontent/#developers)

 [サポート](https://wordpress.org/support/plugin/subcontent/)

## 説明

Adds another text editor below the editor in your post/page/custom-post-type edit
page.

 * [GitHub](https://github.com/ShinichiNishikawa/subcontent)
 * [Plugin Homepage](http://nskw-style.com/2013/wordpress/plugin-downloads/subcontent.html)

#### Retriving and displaying in templates

Use `get_the_subcontent()` to retrieve and `the_subcontent()` to display.

#### Change label

By default the label of the input field is “Subtitle”. There’s a hook for changing
it.

    ```
    add_filter( 'nskw-sce-meta_label', 'nskw_changesubcontentlabel' );
    function nskw_changesubcontentlabel() {
        return 'Contact Information';
    }
    ```

#### Change the height of the editor

Default it’s 10.

    ```
    add_filter( 'nskw-sce-row', 'change_subcontent_row' );
    function change_subcontent_row() {
        return 20;
    }
    ```

#### Hide in particular post type

    ```
    add_filter( 'nskw-sce-post_type', 'nskw_hide_subcontent' );
    function nskw_hide_subcontent() {
        return array( 'page', 'newposttype' );
    }
    ```

#### Disable wpautop

    ```
    add_filter( 'nskw-sce-wpautop', 'nskw_change_wpautop' );
    function nskw_change_wpautop() {
        return false;
    }
    ```

#### No Media Uploader

    ```
    add_filter( 'nskw-sce-media_buttons', 'nskw_change_mediasetting' );
    function nskw_change_mediasetting() {
        return false;
    }
    ```

#### No tinymce

    ```
    add_filter( 'nskw-sce-tinymce', 'nskw_cange_tinymce' );
    function nskw_cange_tinymce() {
        return false;
    }
    ```

#### No shortcode rendering

    ```
    add_filter( 'nskw-sce-shortcode', '__return_false' );
    ```

## インストール

 1. Upload `subcontent` 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/subcontent)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/subcontent/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/subcontent/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/subcontent/)
を [RSS](https://plugins.trac.wordpress.org/log/subcontent/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

0.1 First Release.

0.2 Merged [dcondrey’s Pull Request](https://github.com/ShinichiNishikawa/subcontent/commit/2c53a44d1380fa8e271d353af29cf6c245df4406),
but changed the order of wpautop and do_shortcode.

## メタ

 *  バージョン **0.2**
 *  最終更新日 **12年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.5.1またはそれ以降 **
 *  検証済み最新バージョン: **3.9.40**
 *  言語
 * [English (US)](https://wordpress.org/plugins/subcontent/)
 * タグ
 * [custom field](https://ja.wordpress.org/plugins/tags/custom-field/)[editor](https://ja.wordpress.org/plugins/tags/editor/)
   [wp_editor](https://ja.wordpress.org/plugins/tags/wp_editor/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/subcontent/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/subcontent/reviews/)

## 貢献者

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

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/subcontent/)