Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sale products

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_sale_price',
		'value'   => '1',
		'compare' => '>',
	),
	array(
		'key'     => '_stock_status',
		'value'   => 'instock',
		'compare' => '=',
	),
);