• hi,
    I made a custom page just reusing an existing page template I had, and I don’t want the comments box to appear.
    How do you do that ?

    that is basically the code I have on the page (apart from the css stuff) :
    <?php the_post(); ?>

    <?php get_template_part( ‘content’, ‘page’ ); ?>

    I read I just have to remove “<?php comments_template( ”, true ); ?>”, but I don’t have that in the code, and the comments box still appears :-\

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘how to disable comments ?’ is closed to new replies.