Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 16 posts - 1 through 16 (of 16 total)

How to Remove Comments Section

Home Forums Misc. General Forums How to Remove Comments Section

  • #12297

    Dan

    subscriber

    How do I remove the “Leave a Reply” second on my posts/pages? Thanks.

    #16516

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “single.php” and “page.php” from right and find this line and remove it:

    <div class="comments_template"><?php comments_template('',true); ?></div>

    #16517

    Dan

    subscriber

    Perfect. Thank you.

    #16518

    elyse

    subscriber

    Hi – I removed this line and am still seeing the comments box on my pages. Is there another line to delete? Is it this one?

    <div class=”post_content”>

    #16519

    Towfiq I.

    administrator

    remove that line from page-full_width.php too.

    #16520

    elyse

    subscriber

    worked! thanks so much

    #16521

    michelsen

    subscriber

    I did it and it works but my footer is now flush left instead of centered. How do I change it? http://www.hrscalgary.com

    #16522

    Towfiq I.

    administrator

    what did you remove Ryan?

    #16523

    michelsen

    subscriber

    I removed the:

    <div class=”comments_template”><?php comments_template(”,true); ?></div>

    and the

    <div class=”post_content”>

    from the following pages:

    page-full_width.php

    single.php

    page.php

    page-contact.php

    #16524

    Towfiq I.

    administrator

    put back the

    <div class="post_content">

    you shouldn’t suppose to remove it..

    #16525

    michelsen

    subscriber

    Thanks. It worked.

    #16526

    N PATEL

    subscriber

    on theron pro, is it possible to remove comments just on a specific post? we have an ‘about’ section as a page, and just want to remove comments from that page only.

    thanks!

    #16527

    Towfiq I.

    administrator

    while editing the page, in the post editor page, click the “Screen options” button from top right of the screen and then check the “Discussion” option. then from the bottom of the page uncheck the “Allow Comments” option.

    #16528

    N PATEL

    subscriber

    works perfectly, thanks again

    #22946

    Saharita

    I removed <div class=”comments_template”><?php comments_template(”,true); ?></div>
    <?php endif ?> from the single post.php and now i am getting: Parse error: syntax error, unexpected $end in /home/…………../saharjavidtash.name/wp-content/themes/zenon-lite/single.php on line 49

    Please advise how to fix the issue/THX

    #22947

    Towfiq I.

    administrator

    do not remove the