This plugin is used to have sticky comments on your blog.
sticky-comments to the /wp-content/plugins/ directory<?php comments_template() ?> line from single.php OR loop-single.php and replace with <?php if (function_exists('sc_comments_template')) { sc_comments_template(); } else { comments_template(); } ?>
Requires: 3.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-8-7
Downloads: 1,537
Got something to say? Need help?