• I’d like to remove the comment count info from the blog post meta that appears at the top of my posts.

    I’ve seen some responses to queries regarding removing all of the post meta, or only showing a count when comments have been made, but these don’t fit what I need.

    Happy for author details to remain.

    Any ideas anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • What theme are you using? Where did you download it from?

    Thread Starter fishgun

    (@fishgun)

    I’ve managed to achieve what I’m looking for.

    I commented out the comments link in my contents.php file.

    <?php /*
    
    <li><a>"><?php comments_number('0 Comments', '1 Comment', '% Comments'); ?></a></li>
     */ ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide comment count’ is closed to new replies.