Title: Subtitle
Author: ShinichiN
Published: <strong>2 ພຶດສະພາ 2013</strong>
Last modified: 30 ມິຖຸນາ 2014

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ 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://lo.wordpress.org/plugins/subcontent/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/subcontent/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/subcontent/#installation)
 * [ການພັດທະນາ](https://lo.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” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດ
ທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

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

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **12 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 3.5.1 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.9.40**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/subcontent/)
 * ແທັກ
 * [custom field](https://lo.wordpress.org/plugins/tags/custom-field/)[editor](https://lo.wordpress.org/plugins/tags/editor/)
   [wp_editor](https://lo.wordpress.org/plugins/tags/wp_editor/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/subcontent/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ](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/)