Comments not showing up on my website

Comments are not showing up under blog posts on my website with x theme
Domain: www.petcarevillage.com

Hello Jonathan,

Thanks for asking. :slight_smile:

I checked your website and posts and I don’t see comments form. Are you referring to comments form not showing? Please take a look at following resource for some help:

Let us know how it goes.

Thanks.

My comments are turned on in wordpress, but it still isn’t showing up on my website.

Hi,

You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If that doesn’t help, you can try adding this in your child theme’s functions.php file

add_filter( 'comments_open', '__return_true', 10, 2 );

Let us know how it goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.