• Hi there!
    I need to remove (or change) the Comment Off text, located just above the post.
    I tried every trick I know (however, I’m no expert), but it’s still there.
    Can anyone help me please?
    Thank you!

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hey!! oroszi,

    Look at the comments_popup_link function, and configure the parameters passed as you wish in content.php: Line 31 and single.php: Line 48.

    example:-

    <?php
      comments_popup_link( __('No Comments ','foodeez-lite'), __('1 Comment ','foodeez-lite'), __('% Comments ','foodeez-lite'), '', __('Comments off text','foodeez-lite'));
    ?>

    Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘Comment Off’ is closed to new replies.