is there any way to display the main categories with subcategories and their products in woocommerce? php or shortcode?
I’ve tried with some conditional formatting,but nothing.
Leave a Reply
You must be logged in to post a comment.
is there any way to display the main categories with subcategories and their products in woocommerce? php or shortcode?
I’ve tried with some conditional formatting,but nothing.
You must be logged in to post a comment.
You have two default shortcodes available to display both, product categories (with a specific parent category defined, to display subcategories,) and products contained inside a specific category.
To display top-level categories use the shortcode:
If you want to display subcategories, include the category ID inside the parent attribute.
To display products inside a category:
Full reference for this shortcodes: product categories shortcode and products in category shortcode