That’s perfect – thank you!
Hi,
Thanks but there is no restriction on the key. I created a new key but this doesn’t work either.
Hi Michael,
I have managed to restore using a previous ‘original’ file.
Thanks for your help.
Hi Michael,
Thanks for coming back to me. Yes, I was aiming for the theme functions.php. I was looking to insert the following code to remove product category count.
/*
* Removes products count after categories name
*/
add_filter( ‘woocommerce_subcategory_count_html’, ‘woo_remove_category_products_count’ );
function woo_remove_category_products_count() {
return;
}
Where in the specified file would I find the right code? I’m using version 4.4.2. Thanks for your help.