Title: Name Support
Author: mitcho (Michael Yoshitaka Erlewine)
Published: <strong>2011 年 12 月 24 日</strong>
Last modified: 2011 年 12 月 24 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 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://tw.wordpress.org/plugins/name-support/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/name-support/#reviews)
 * [開發資訊](https://tw.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.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Name Support〉的開發相關工作。

參與者

 *   [ 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/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/name-support/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/name-support/)。

## 變更記錄

#### 0.1

 * Initial upload

## 中繼資料

 *  版本 **0.1**
 *  最後更新 **14 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 3.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.3.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/name-support/)
 * 標籤:
 * [cpt](https://tw.wordpress.org/plugins/tags/cpt/)[custom post type](https://tw.wordpress.org/plugins/tags/custom-post-type/)
   [infrastructure](https://tw.wordpress.org/plugins/tags/infrastructure/)[name](https://tw.wordpress.org/plugins/tags/name/)
   [people](https://tw.wordpress.org/plugins/tags/people/)[person](https://tw.wordpress.org/plugins/tags/person/)
   [post type](https://tw.wordpress.org/plugins/tags/post-type/)
 *  [進階檢視](https://tw.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)