Title: WP Specific Comment
Author: davidlink
Published: <strong>अप्रिल 30, 2009</strong>
Last modified: अप्रिल 30, 2009

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/wp-specific-comment.svg)

# WP Specific Comment

 [davidlink](https://profiles.wordpress.org/davidlink/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/wp-specific-comment.1.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/wp-specific-comment/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/wp-specific-comment/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/wp-specific-comment/#installation)
 * [विकास](https://ne.wordpress.org/plugins/wp-specific-comment/#developers)

 [सहायता](https://wordpress.org/support/plugin/wp-specific-comment/)

## विवरण

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!

## स्थापना

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.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“WP Specific Comment” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

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

[“WP Specific Comment” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/wp-specific-comment)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/wp-specific-comment/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/wp-specific-comment/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/wp-specific-comment/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/wp-specific-comment/) को सदस्यता
लिनुहोस्।

## मेटा

 *  संस्करण **1.0**
 *  पछिल्लो अपडेट **17 वर्ष अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 2.0 वा उच्च **
 *  जाँच गरिएको **2.7.1**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-specific-comment/)
 * ट्यागहरू
 * [comments](https://ne.wordpress.org/plugins/tags/comments/)[id](https://ne.wordpress.org/plugins/tags/id/)
   [specific](https://ne.wordpress.org/plugins/tags/specific/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/wp-specific-comment/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[तपाईँको समीक्षा](https://wordpress.org/support/plugin/wp-specific-comment/reviews/#new-post)

[सबै समीक्षाहरू हेर्नुहोस्](https://wordpress.org/support/plugin/wp-specific-comment/reviews/)

## योगदानकर्ताहरू

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

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/wp-specific-comment/)