Viewing 4 replies - 1 through 4 (of 4 total)
  • You must edit your theme files in framework/widgets catalog eg. homepage_1col_widget.php, homepage_2col_widget.php etc.

    Find lines like:
    <span class="block-meta"><?php the_time('F j, Y'); ?>, <?php comments_popup_link(); ?></span>
    and change it to:
    <span class="block-meta"><?php the_time('F j, Y'); ?></span>

    Thread Starter skintnation

    (@skintnation)

    Hi,

    Followed your instructions and managed to remove comments from each page apart from the home page?

    Any idea how I can remove the number of comments from there?

    Thanks

    Fix also index.php (and category, archive, search etc.) in your theme root folder.

    Thread Starter skintnation

    (@skintnation)

    Ahh, that’s beyond my capabilities. I guess I’ll have to leave the comments showing on the home page. Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I remove number of comments i.e. "0 comments" from home page?’ is closed to new replies.