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(); ?>




