Answer the question
In order to leave comments, you need to log in
How to change woocommerce category markup?
The bottom line is, I need to make a category page and the categories should have their own appearance, but I can’t find where to edit them.
Answer the question
In order to leave comments, you need to log in
If we are talking about all categories at once and without design, then
array(
'number' => 'null',
'orderby' => 'title',
'order' => 'ASC',
'columns' => '4',
'hide_empty' => '1',
'parent' => '',
'ids' => ''
)
The number field is used to display the number of products and the ids field is to tell the shortcode which categories to display.
[product_categories number="12" parent="0"]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question