• Resolved adventuresofang

    (@adventuresofang)


    When I navigate to my shop and I click on “Printables” (the only category I have at the moment) it displays all of my products but after the products it shows all of the blog comments I have ever had on my site.

    Is there a way I can hide those blog comments from the shop area? The blog comments are specific to blog posts I have made and not relevant to my shop.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme must have something on its single.php page stating if this show that. Are you able to see your files?

    Thread Starter adventuresofang

    (@adventuresofang)

    Yes, is this what you are looking for? https://imgur.com/a/ZjelTxf

    Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @adventuresofang

    Thanks for reaching out! It appears the active theme is doing overriding the default category page for WooCommerce. You could apply CSS to hide comments on WooCommerce pages but that will remove even the comments you want:

    .woocommerce-page #comments {
        display: none;
    }

    The best solution would be to contact the theme author to see if they can review the issue and apply a fix to the template files.

    @johndcoy I was going to suggest that too John but was worried that if she enables Reviews wouldn’t those hide as well?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog comments appearing on Category page’ is closed to new replies.