Scroll down our homepage to see our latest exclusive promotions!
0
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_postmeta AS custom_status ON custom_status.post_id = wp_posts.ID AND custom_status.meta_key = 'status_toggle'
LEFT JOIN wp_postmeta AS stock_status ON stock_status.post_id = wp_posts.ID AND stock_status.meta_key = '_stock_status'
WHERE 1=1 AND wp_posts.ID IN (1,28324,28320,28314,28310,28305,28300,28295,16547,16552,16542,22940,16345,16531,22965,22959,22953,22946,16537,16451,22931,16523,16596,22922,22916,22910,16431,22902,16591,16585,16578,16572,16564,16559,16516,16444,16438,16336,16287) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND ( (
stock_status.meta_value = 'instock'
AND wp_posts.post_status = 'publish'
AND custom_status.meta_value NOT LIKE '%\"reserved\"%'
) OR (
custom_status.meta_value LIKE '%\"reserved\"%'
) )
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 20;