Removing All Reference To WordPress Comments

Posted on Tuesday, June 16th, 2009 at 12:36 pm in

Edit your theme’s index.php file and remove all references to <?php comments_popup_link();?>. You may have to repeat the process with category.php, archive.php and tag.php.

In single.php, remove the reference to <?php comments_template();?>.

You might also be interested in

WordPress Installation and Set Up

Top