Skip to content
Advertisement

Add and wrap product categories WordPress/Woocommerce in product loop

I use this snippet for display product categories in product loop on Shop and archives pages:

JavaScript

I want this:

JavaScript

To achieve this I use jQuery:

JavaScript

How can I modify my PHP snippet to avoid using jQuery?

Advertisement

Answer

You could just append the corresponding tag before & after your foreach loop:

JavaScript

Then you don’t need to custom jQuery code to wrap the contents.

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