Title: Recent Comments
Author: Automattic
Published: <strong>جنوری 13, 2005</strong>
Last modified: فروری 10, 2021

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# Recent Comments

 منجانب [Automattic](https://profiles.wordpress.org/automattic/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/recent-comments.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/recent-comments/#description)
 * [جائزے](https://ur.wordpress.org/plugins/recent-comments/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/recent-comments/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/recent-comments/#developers)

 [معاونت](https://wordpress.org/support/plugin/recent-comments/)

## تفصیل

Creates functions to assist in displaying a list of the most recent comments. Provides
more configurability than the widget that comes with WordPress.

### Configuration

You may pass parameters when calling the function to configure some of the options.
Parameters are accepted only in the [query-string-style](https://codex.wordpress.org/How_to_Pass_Tag_Parameters#Tags_with_query-string-style_parameters).

#### list_most_recent_comments()

In addition to the parameters that [get_comments()](https://codex.wordpress.org/Function_Reference/get_comments)
and `get_most_recent_comments()` (see below) accept, this function accepts the following
parameters:

 * `excerpt_words` — The number of words from the comment to display
 * `excerpt_chars` — Or alternately the number of characters from the comment to
   display
 * `comment_format` — Allows you to pick from two predefined display formats:

 1. [Comment Author](https://ur.wordpress.org/plugins/recent-comments/?output_format=md#commentlink)
    on [Post Title](https://ur.wordpress.org/plugins/recent-comments/?output_format=md#postlink)
 2. **Comment Author:** [This is the comment excerpt](https://ur.wordpress.org/plugins/recent-comments/?output_format=md#commentlink)

Example:

    ```
    <?php list_most_recent_comments( 'excerpt_words=5' ); ?>
    ```

#### get_most_recent_comments()

A more powerful version of [get_comments()](https://codex.wordpress.org/Function_Reference/get_comments).
It accepts the same parameters as well as the following ones:

 * `passworded_posts` — Boolean to control showing comments on passworded posts 
   or not. Defaults to `false`.
 * `showpings` — Boolean to control showing pings and trackbacks or not. Defaults
   to `false`.
 * `post_types` — Array of post types to include comments from. Defaults to posts
   and pages: `array( 'post', 'page' )`
 * `post_statuses` — Array of post statuses to include comments from. Defaults to
   published posts and static pages: `array( 'publish', 'static' )`

Arguments should likely be passed as an array instead of a string.

Example:

    ```
    <?php

    list_most_recent_comments( array(
        'showpings' => true,
        'post_types' => array( 'post', 'page', 'foobar' ),
    ) );

    ?>
    ```

## انسٹالیشن

 1. Visit Plugins -> Add New in your WordPress administration area and search for the
    name of this plugin.
 2. Activate the plugin.
 3. Add `<?php list_most_recent_comments(); ?>` to your theme.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Recent Comments” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ 
لیا:

شراکت دار

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Nick Momrik ](https://profiles.wordpress.org/nickmomrik/)
 *   [ Alex Mills ](https://profiles.wordpress.org/viper007bond/)

[“Recent Comments” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/recent-comments)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/recent-comments/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/recent-comments/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/recent-comments/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/recent-comments/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### Version 2.0.0

 * Recoded from scratch to make use of `get_comments()` instead of a direct database
   query.
 * Additional parameters added.

#### Version 1.0.0

 * Original release

## میٹا

 *  Version **2.1**
 *  Last updated **5 سال پہلے**
 *  Active installations **200+**
 *  Language
 * [English (US)](https://wordpress.org/plugins/recent-comments/)
 * Tags
 * [comments](https://ur.wordpress.org/plugins/tags/comments/)[list](https://ur.wordpress.org/plugins/tags/list/)
   [recent](https://ur.wordpress.org/plugins/tags/recent/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/recent-comments/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/recent-comments/reviews/)

## شراکت دار

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Nick Momrik ](https://profiles.wordpress.org/nickmomrik/)
 *   [ Alex Mills ](https://profiles.wordpress.org/viper007bond/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/recent-comments/)