Title: Name Support
Author: mitcho (Michael Yoshitaka Erlewine)
Published: <strong>24 ທັນວາ 2011</strong>
Last modified: 24 ທັນວາ 2011

---

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

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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

# Name Support

 ໂດຍ [mitcho (Michael Yoshitaka Erlewine)](https://profiles.wordpress.org/mitchoyoshitaka/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/name-support.0.1.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/name-support/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/name-support/#reviews)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/name-support/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/name-support/)

## ຄຳອະທິບາຍ

If you need to implement a custom post type for human beings, where in lieu of a
title you need a _name_, this plugin will add the proper UI. See screenshots for
an example.

#### Usage

When creating your custom post type, just make sure you specify `name` as one of
the post type’s features. (As of version 0.1, the `title` feature, quite counterintuitively,
is also required as in the example below.)

    ```
    register_post_type( 'people', array(     'label' => 'People',     'supports' => array( 'title', 'name', ... )     ... ) ); 
    ```

Name Support also gives you the template tags `the_name()` and `get_the_name()` 
which prints or returns the name in “[First Name] [Last Name]” format.

Development of this plugin was supported by the [Arts at MIT](http://arts.mit.edu/).

## ພາບໜ້າຈໍ

[⌊An example of the name entry UI which replaces the regular title entry UI.⌉⌊An
example of the name entry UI which replaces the regular title entry UI.⌉[

An example of the name entry UI which replaces the regular title entry UI.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

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

“Name Support” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

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

 *   [ mitcho (Michael Yoshitaka Erlewine) ](https://profiles.wordpress.org/mitchoyoshitaka/)

[ແປ “Name Support” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/name-support)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/name-support/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/name-support/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/name-support/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/name-support/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.1

 * Initial upload

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

 *  ເວີຊັນ **0.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **15 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 3.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.3.2**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/name-support/)
 * ແທັກ
 * [cpt](https://lo.wordpress.org/plugins/tags/cpt/)[custom post type](https://lo.wordpress.org/plugins/tags/custom-post-type/)
   [infrastructure](https://lo.wordpress.org/plugins/tags/infrastructure/)[name](https://lo.wordpress.org/plugins/tags/name/)
   [people](https://lo.wordpress.org/plugins/tags/people/)[person](https://lo.wordpress.org/plugins/tags/person/)
   [post type](https://lo.wordpress.org/plugins/tags/post-type/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/name-support/advanced/)

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

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

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

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/name-support/reviews/)

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

 *   [ mitcho (Michael Yoshitaka Erlewine) ](https://profiles.wordpress.org/mitchoyoshitaka/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/name-support/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://tinyurl.com/donatetomitcho)