hi everybody
i have this problem too.
and find my mistake.
i should insert codes in between
<?php if(have_posts()): the_post();?>
<?php endif;?>
it’s simple.
hi
try this code:
$meta_query = array(
'meta_query' => array(
'relation' => 'OR',
array( // Simple products type
'key' => '_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
),
array( // Variable products type
'key' => '_min_variation_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
)
)
);
good luck
طراحی قالب وردپرس