• When I activated Jetpack’s comments, WP’s original “Leave comment” header text still there and makes a duplicate title.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @akincansenol,

    You can remove the duplicate title with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css

    div#comments {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter akincansenol

    (@akincansenol)

    That’s not working but I removed ;

    <footer class="entry-footer">
    		<?php boardwalk_entry_footer(); ?>
    	</footer><!-- .entry-footer -->

    from content-single.php and that’s worked. I also searched boardwalk_entry_footer but couldn’t find it.


    edit: the whole section is gone with Jetpack’s comment section. Also divcomment none gives the same result but for Jetpack’s comment section.

    • This reply was modified 6 years, 2 months ago by akincansenol.
    • This reply was modified 6 years, 2 months ago by akincansenol. Reason: addition
    • This reply was modified 6 years, 2 months ago by akincansenol.

    I wasn’t able to see this. Would you mind attaching a screenshot? If this is a bug with the theme or Jetpack, we’ll want to fix it. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable duplicate “Leave Comment” title with Jetpack’s comment’ is closed to new replies.