This new template tag generates a list of registered users. The post author and users who have commented on the post are crossed off the list.
Installation is pretty standard:
i.e.
comment-author-checklist.php to the /wp-content/plugins/ directory<?php if (function_exists('show_comment_author_checklist')) show_comment_author_checklist(); ?> inside the Loop in the template file of your choice (usually single.php).Example: <?php the_content(); ?>
Requires: 2.5 or higher
Compatible up to: 2.8.2
Last Updated: 2008-6-13
Downloads: 648




