• Resolved bertlio

    (@bertlio)


    Hi Alex,
    Thank you so much for this fantastic theme!

    How can we disable the Pingbacks Tab of the Comment section? Is there a checkbox settings somewhere or do we need to go into the codes?

    Thanking you in advance for a reply!

    Cheers,
    Bertlio.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Glad you like it ??

    You would need to edit comments.php with a child theme and remove line 11:

    
    <li><a href="#pinglist-container"><i class="fa fa-share"></i><?php esc_html_e( 'Pingbacks', 'typecore' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
    

    And it should be gone!

    Thread Starter bertlio

    (@bertlio)

    Thank you so much Alex for the quick response and solution, it helps!

    Cheers,
    Bertrand.

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