Title: WP Specific Comment
Author: davidlink
Published: <strong>30 de abril de 2009</strong>
Last modified: 30 de abril de 2009

---

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/wp-specific-comment.svg)

# WP Specific Comment

 Por [davidlink](https://profiles.wordpress.org/davidlink/)

[Descargar](https://downloads.wordpress.org/plugin/wp-specific-comment.1.0.zip)

 * [Detalles](https://es.wordpress.org/plugins/wp-specific-comment/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/wp-specific-comment/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/wp-specific-comment/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/wp-specific-comment/#developers)

 [Soporte](https://wordpress.org/support/plugin/wp-specific-comment/)

## Descripción

WP Specific Comment provides a template tag for use anywhere in your theme, inside
or outside **The Loop**. This template tag will return a specific comment as an 
object, from which you can retrieve any standard comment data.

#### Template Tag

To initiate the plugin, place `<?php wp_specific_comment($ID); ?>` into your theme,
where `$ID` will be the ID number for the comment you want returned.

**Example:**

    ```
    <?php wp_specific_comment(44); ?> will return the comment with the ID of 44. Pretty simple, right? 
    ```

Note: This template tag will not actually display anything. It only sets up a comment
to be displayed. You’ll have to add in some other standard WordPress Template Tags
to get anything to show up on your blog. List of available Comment Tags can be found
[here](https://codex.wordpress.org/Template_Tags).

**Example:**

    ```
    <?php wp_specific_comment(1); ?> <h5 class="comment_author"><?php comment_author_link(); ?></h5> <div class="comment_text"><?php comment_text(); ?></div> 
    ```

The above code would retrieve comment with ID of 1, and then display its author (
linked to the author’s URL, if provided) in a `<h5>` followed by a `<div>` containing
the comment’s text content. Still pretty simple!

## Instalación

Installation of WP Specific Comment is quick and easy.

 1. Upload `wp-specific-comment.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php wp_specific_comment($ID); ?>` in your templates, where `$ID` is will
    be the numerical ID for the comment you want returned.
 4. Add additional [WordPress Comment Tags](https://codex.wordpress.org/Template_Tags)
    to display the desired data.

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«WP Specific Comment» es un software de código abierto. Las siguientes personas 
han colaborado con este plugin.

Colaboradores

 *   [ davidlink ](https://profiles.wordpress.org/davidlink/)

[Traduce «WP Specific Comment» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-specific-comment)

### ¿Interesado en el desarrollo?

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

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 17 años**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 2.0 o superior **
 *  Probado hasta **2.7.1**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-specific-comment/)
 * Etiquetas:
 * [comments](https://es.wordpress.org/plugins/tags/comments/)[id](https://es.wordpress.org/plugins/tags/id/)
   [specific](https://es.wordpress.org/plugins/tags/specific/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/wp-specific-comment/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Añadir mi reseña](https://wordpress.org/support/plugin/wp-specific-comment/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/wp-specific-comment/reviews/)

## Colaboradores

 *   [ davidlink ](https://profiles.wordpress.org/davidlink/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

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