• Resolved Martinl276

    (@martinl276)


    Hi

    MH Magazine is a great theme. I am just trying to remove comments and I have managed to remove everything except from the /0 comments from the loop.

    Please could you tell me which part of the following loop code would I need to remove or amend in order to remove the “/ 0 comments” from the main page?

    <p class=”meta”>” rel=”bookmark”><?php $date = get_the_date(); echo $date; ?> // <?php comments_number(__(‘0 Comments’, ‘mh’), __(‘1 Comment’, ‘mh’), __(‘% Comments’, ‘mh’)); ?></p>

    Thanks

Viewing 1 replies (of 1 total)
  • Hi Martinl276,

    thanks for using MH Magazine lite.

    It seems this is what you are looking for:

    <p class="meta"><?php $date = get_the_date(); echo $date; ?></p>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove "0 Comments" from the post page (loop)?’ is closed to new replies.