Title: Recent Comments
Author: Automattic
Published: <strong>Ṣẹrẹ 13, 2005</strong>
Last modified: Èrèlé  10, 2021

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Recent Comments

 Láti ọwọ́ [Automattic](https://profiles.wordpress.org/automattic/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/recent-comments.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/recent-comments/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/recent-comments/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/recent-comments/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/recent-comments/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/recent-comments/)

## Àpèjúwe

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` Ìtumọ̀ Yorùbá: — The number of words from the comment to display
 * `excerpt_chars` Ìtumọ̀ Yorùbá: — Or alternately the number of characters from
   the comment to display
 * `comment_format` Ìtumọ̀ Yorùbá: — Allows you to pick from two predefined display
   formats:

 1. [Comment Author](https://yor.wordpress.org/plugins/recent-comments/?output_format=md#commentlink)
    on [Post Title](https://yor.wordpress.org/plugins/recent-comments/?output_format=md#postlink)
 2. **Comment Author:** [This is the comment excerpt](https://yor.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` Ìtumọ̀ Yorùbá: — Boolean to control showing comments on passworded
   posts or not. Defaults to `false`.
 * `showpings` Ìtumọ̀ Yorùbá: — Boolean to control showing pings and trackbacks 
   or not. Defaults to `false`.
 * `post_types` Ìtumọ̀ Yorùbá: — Array of post types to include comments from. Defaults
   to posts and pages: `array( 'post', 'page' )`
 * `post_statuses` Ìtumọ̀ Yorùbá: — 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' ),
    ) );

    ?>
    ```

## Ìgbéwọlẹ̀

 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.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Recent Comments” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Recent Comments” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/recent-comments)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/recent-comments/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/recent-comments/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/recent-comments/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/recent-comments/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 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

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **2.1**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 5 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **200+**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/recent-comments/)
 * Àwọn àmì
 * [comments](https://yor.wordpress.org/plugins/tags/comments/)[list](https://yor.wordpress.org/plugins/tags/list/)
   [recent](https://yor.wordpress.org/plugins/tags/recent/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/recent-comments/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

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

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/recent-comments/)