• Hi, I want to remove Leave Reply section, so I went to Dashboard and to the page.php and commented out: `<?php //comments_template( ”, true );?>
    but it still shows up, what am I doing wrong? `

Viewing 1 replies (of 1 total)
  • A) Are you using a caching plugin?

    B) That may not be the template used to generate the content with comments.

    C) Site link?

    And, in below, is there the // as shown? That would be wrong if on same line:

    <?php //comments_template( '', true );?>

    Try

    //<?php comments_template( '', true );?>

    or just remove the line.

Viewing 1 replies (of 1 total)

The topic ‘how to remove Leave Reply’ is closed to new replies.