• How do I eliminate all instances of comments? Several possible solutions I’ve tried listed in this forum don’t work on the latest version as of 2-13-08.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter crown777

    (@crown777)

    I figured it out. I just removed from single.php the line:
    <?php comments_template(); ?> and all instances in any theme files that contained: <div class=”post-commented”><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></div>

    Thread Starter crown777

    (@crown777)

    Resolved.

    Thread Starter crown777

    (@crown777)

    This is for one specific theme for version 2.3.3. The code on other themes may be different but the steps to a solution are the same. Look for common code in the theme files you’re working on dealing with comments and delete the code along with <?php comments_template(); ?> in single.php and check the results.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete Everyting Related To Comments’ is closed to new replies.