• Resolved horndrup

    (@horndrup)


    Thank you for this great theme. In the upper right corner I can see the comments icon in my posts, how do I remove that. I have disabled everything with comments, but I won’t go away.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks!

    In /inc/page-title.php, remove this with a child theme:

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

    Or use css to hide it:

    .page-title .meta-single li.comments { display: none; }

    Thread Starter horndrup

    (@horndrup)

    That worked. Thanks

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