• Resolved bambinn

    (@bambinn)


    My theme has built in comments on every page!

    i don’t want them, how can i remove them from all the pages?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Edit the page template(s) and remove all references to comments_popup_link() and comments_template(.

    Thread Starter bambinn

    (@bambinn)

    this is the only refrence i could find, in the page.php

    </div>
    <?php comments_template(); // Get wp-comments.php template ?>
    <?php endwhile; ?>
    </div>

    if i delete it, my whole webpage becomes blank(just a blank page)

    Amend the above to:

    </div>
    <?php endwhile; ?>
    </div>
    Thread Starter bambinn

    (@bambinn)

    Nice, it worked!

    thx alot

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Comments on every page’ is closed to new replies.