I’ve a web page and I am at the moment printing out the product classes with the shortcode [product_categories limit="5"]
. At the moment, I get the primary 5 alphabetically. I need to order by date ASC.
I’ve tried orderby="date"
however it does not work. Is there a merely method to repair this, or do I’ve to make some filter features?
Thanks prematurely!