How to sort WooCommerce product by featured or tag without additional plugins?
I'm using shortcode to list a product category like this
[product_category category="products" orderby="title" order="asc"]
And wonder how can I make featured products be on the top on the list? It has something to do with orderby parameter, but I have no idea.
Please do not propose 3rd party plugins.
More info in WooCommerce official docs.