‘post_status’ => ‘publish’,
‘posts_per_page’ => ‘-1’
));if ($query->have_posts()) :

echo ‘

while ($query->have_posts()) : $query->the_post();

echo ‘

‘ . get_the_title() . ‘

‘;

endwhile;

echo ‘

‘;

wp_reset_postdata();

else:
echo „not product found”;
endif;
?>