Get Author's Comments displays or retrieves a list of comments posted by a user.
Get Author's Comments is installed in 3 easy steps:
get_authors_comments.php to the /wp-content/plugins/ directory.Get Author's Comments through the Plugins menu in WordPress.Add in your theme:
<?php if (function_exist('ppm_author_comments')): ?>
<ol>
<?php ppm_author_comments('name', 'email', 'post_ID', 'args') ?>
</ol>
<?php endif ?>
Requires: 2.7-beta1 or higher
Compatible up to: 2.9.2
Last Updated: 2009-8-2
Downloads: 1,255




