Hi! I want to create a page that displays all my WooCommerce product categories, What’s the best way to do this? Appreciate any help or guidance you can share!
Hi Kelly,
Thanks for reaching out.
You can enable the Looper Provider to any Column set it to the All Terms, and select Product Categories as Taxonomy. Then add a Text element enable the Looper Consumer to it, and add the following content to get the Product Categories name with the link.
<a href="{{dc:term:url}}">{{dc:term:name}}</a>
Hope it helps.
Thanks
I’ve already done this, but the issue is that the featured images for the categories aren’t appearing. Here’s what I’m aiming for—take a look at the screenshot. I initially set this up manually, but I’m now aiming to implement it dynamically.
Now I just need help with the images. I’ve assigned a featured image to each category, but they’re not showing up on the front end.
Hi Kelly,
Glad to hear you were able to find a way to display the Thumbnail image!
Please remember that posting a reply to your own thread can push it to the bottom of the forum, which may result in a delayed response from others. Please let us know if you need any further help with this.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.