Skip to content
Advertisement

How can I remove parentheses from WooCommerce subcategory product count

On any default WooCommerce category page, it lists categories (product photo, title/link) with a number in parenthesis. For example, Finishing (6).

The page html looks like this:

JavaScript

enter image description here

I tried this php to remove just the parenthesis, obviously that didn’t work:

JavaScript

My goal is to style that count with a background color and border radius, which I can’t now because the parenthesis gets in the way.

Advertisement

Answer

From where do you call this function? this function does nothing in itself. In short, you are using it wrong.

Try this instead

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement