• Resolved adhirajelley

    (@adhirajelley)


    currently the theme displays the number of comments on the top right hand of the post image in the home page and also on the top right hand of the post when you are in the post page…i would like to remove or hide these details. Can you please suggest on how to do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Options > Blog > Thumbnail Comment Count > Disable.

    For the single page, you need to edit page-title.php with a child theme and remove this:

    <li class="comments"><a href="<?php comments_link(); ?>"><i class="fa fa-comments-o"></i><?php comments_number( '0', '1', '%' ); ?></a></li>

    Or add this as custom css to hide it:

    .meta-single .comments { display: none; }

    Thread Starter adhirajelley

    (@adhirajelley)

    thanks alex..

    Hi,

    I am having the same issue but may not be as savvy as adhirajelley.

    I went into the editor and under page-title.php, deleted the line of code you have listed there

    I then went into the css editor and pasted the line of code there – this removed the counter from the post.

    I still see the counter on the thumbnails and on on the main page.

    Can you walk me through how to remove the counter?

    (or… I am using Comments Evolved ( v1.5.6 )… the reason I want to get rid of the counter is that it does not count comments from this plugin… if you can help me connect the two, then I have no reason to delete the counter.)

    Many thanks in advance!

    Jen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove number of comments detail from thumbnails and post’ is closed to new replies.