-1,
'post_type' => 'sale',
'meta_key' => 'store',
'meta_value' => get_the_ID()
);
$the_query = new WP_Query( $args );
if( $the_query->have_posts() ): ?>
מבצעי החנות:
have_posts() ) : $the_query->the_post();
$image = get_field('sale_photo');
$size = 'full'; // (thumbnail, medium, large, full or custom size)
?>