Title: Name Support
Author: mitcho (Michael Yoshitaka Erlewine)
Published: <strong>24.12.2011</strong>
Last modified: 24.12.2011

---

Търсене на разширения

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на 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://bg.wordpress.org/plugins/name-support/#description)
 * [Оценки](https://bg.wordpress.org/plugins/name-support/#reviews)
 * [Разработка](https://bg.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.

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“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/),
или абонамент към [програмната история (log)](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

## Мета

 *  Version **0.1**
 *  Last updated **Преди 15 години **
 *  Active installations **По-малко от 10**
 *  WordPress version ** 3.2 или по-висока **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/name-support/)
 * Tags
 * [cpt](https://bg.wordpress.org/plugins/tags/cpt/)[custom post type](https://bg.wordpress.org/plugins/tags/custom-post-type/)
   [infrastructure](https://bg.wordpress.org/plugins/tags/infrastructure/)[name](https://bg.wordpress.org/plugins/tags/name/)
   [people](https://bg.wordpress.org/plugins/tags/people/)[person](https://bg.wordpress.org/plugins/tags/person/)
   [post type](https://bg.wordpress.org/plugins/tags/post-type/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/name-support/advanced/)

## Оценки

No reviews have been submitted yet.

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

[See all reviews](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)