On a WordPress installation with Woocommerce I have an issue with wrong number of product count on the frontend. That’s why I decided to remove it. I have remove it from sidebars and anywhere with snippets but not on product attributes.
Is there any snipped to fix that?
If you want really remove (not just hide) you need to edit your theme function.php file by adding at the end this code:
It’s work for WOOCommerce v 3.4.3
Here is a quick snippet to remove products count after categories names using WooCommerce. Itâs pretty useful in particular when your main shop page list categories instead of listing products. you can put it in ‘functions.php’ file in your theme.
Adding
to your style sheet should work. It should hide the product count.
i think i allready have that.
See what functions.php file includes
you can swee live that is not worked at http://www.karadimos.gr/product-category/xalia/
BTW thanx for your reply!!!