Tagged Questions
1
vote
0answers
216 views
How to order posts by meta_value and title
How do you order products in WooCommerce so that products are random, but at the same time featured products show first?
Here is my code:
$args = array(
'post_type' => 'product',
...
0
votes
1answer
2k views
The hook for the AJAX Add to Cart button?
Anyone here ever had the need to add the AJAX add to cart button (the one located on product archives) on a custom query post output?
Do you mind sharing the hook? I can't seem to find the correct ...