Forums

Hel with "no comments" and "comments are closed" (3 posts)

  1. moodflood
    Member
    Posted 2 years ago #

    Hi,
    i want to delete "no comments" and "comments are closed".I've tried to delete this - <?php if(is_single()) { comments_template(); } ?> from the page.php :

    <?php if(is_single()) { include (TEMPLATEPATH . '/post_info.php'); } ?>
    <?php if(is_single()) { comments_template(); } ?>
    <?php endwhile; ?>

    but the comments are still on the page.

    I've tried to delete this - <p class="nocomments">Comments are closed.</p> from the comments.php

    <?php else : // comments are closed ?>
    <!-- If comments are closed. -->
    <p class="nocomments">Comments are closed.</p>

    but the comments are stil there.

  2. henkholland
    Member
    Posted 2 years ago #

    Check with single.php for the same and/or index.php

  3. serdar_d
    Member
    Posted 2 years ago #

    I did that on my website u can look http://www.evmagazin.com
    I did with dreamweaver program

Topic Closed

This topic has been closed to new replies.

About this Topic