Title: Name Support
Author: mitcho (Michael Yoshitaka Erlewine)
Published: <strong>24 de diciembre de 2011</strong>
Last modified: 24 de diciembre de 2011

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# Name Support

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

[Descargar](https://downloads.wordpress.org/plugin/name-support.0.1.zip)

 * [Detalles](https://es-ec.wordpress.org/plugins/name-support/#description)
 * [Valoraciones](https://es-ec.wordpress.org/plugins/name-support/#reviews)
 * [Desarrollo](https://es-ec.wordpress.org/plugins/name-support/#developers)

 [Soporte](https://wordpress.org/support/plugin/name-support/)

## Descripción

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/).

## Capturas

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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

«Name Support» es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

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

[Traduce «Name Support» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/name-support)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/name-support/) , echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/name-support/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/name-support/)
por [RSS](https://plugins.trac.wordpress.org/log/name-support/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.1

 * Initial upload

## Meta

 *  Version **0.1**
 *  Last updated **hace 14 años**
 *  Active installations **Menos de 10**
 *  WordPress version ** 3.2 o superior **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/name-support/)
 * Tags
 * [cpt](https://es-ec.wordpress.org/plugins/tags/cpt/)[custom post type](https://es-ec.wordpress.org/plugins/tags/custom-post-type/)
   [infrastructure](https://es-ec.wordpress.org/plugins/tags/infrastructure/)[name](https://es-ec.wordpress.org/plugins/tags/name/)
   [people](https://es-ec.wordpress.org/plugins/tags/people/)[person](https://es-ec.wordpress.org/plugins/tags/person/)
   [post type](https://es-ec.wordpress.org/plugins/tags/post-type/)
 *  [Vista avanzada](https://es-ec.wordpress.org/plugins/name-support/advanced/)

## Valoraciones

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/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/name-support/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](http://tinyurl.com/donatetomitcho)