Get Author's Comments displays or retrieves a list of comments posted by a user.
As of April 2026, Get Author's Comments is a WordPress author plugin with 10 active installations and a 0/5 rating0. It has been downloaded 3.2K+ times in total. Requires WordPress 2.7+ and PHP false+. Available on WordPress.org since 2008. Last updated 16 years ago — may have compatibility concerns. Top alternative: Edit Author Slug.
This plugin allows to display or retrieve comments posted by a user. In order to avoid homonyms, a user is identified by his name and email(s).
Note: Get Author’s Comments uses the function wp_list_comments introduced by WordPress 2.7 for the (x)HTML output.
<?php
<ol>
<?php ppm_author_comments('piouPiouM', '[email protected]'); ?>
</ol>
?>
or, if piouPiouM wrote with two different emails:
<?php
<ol>
<?php ppm_author_comments('piouPiouM', array('[email protected]', '[email protected]')); ?>
</ol>
?>
<?php
<ol>
<?php ppm_author_comments('piouPiouM', '[email protected]', null,…| WordPress | 2.7+ requiredTested up to 2.9.2 |
| PHP | false+ required |
all argument for retrieves all comments posted by a user.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.