• hey there. almost done moving my blogger site to my own host with wordpress. my question is: how do i kill the text under my posts that say “no comments”? i’ve unchecked the box to allow comments in my admin panel, and it still shows up.

    no one can comment if they click on it, thats fine. but i dont want it to be there at all. i went into my templates and started killing things that were comment tags, but that didnt change anything.

    any ideas? am i missing something in the admin panel?

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    In your Main Template (index.php), delete:

    <?php comments_popup_link(__('No Comments'), __('1 Comment'), __('% Comments')); ?>

    In order to remove that text, you’ll have to go into the index.php file and delete or comment out the line resembling the following:

    <?php comments_template(); ?>

    Thread Starter seanmh

    (@seanmh)

    thanks so much. that did it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘delete “no comment” text’ is closed to new replies.