Custom loop is only for sale price products.
-
Hello,
Is there any argument how to loop only for sale price products?
I try this:
$args = array( 'posts_per_page' => 4, 'orderby' => 'post_date', 'post_type' => "download", 'meta_query' => array( array( 'key' => 'edd_sale_price', ), ), );
But it doesn’t work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom loop is only for sale price products.’ is closed to new replies.