I have a running site designed in wordpress, I am trying to fetch all the images for a product that is defined in a woo commerce and display them one after the other i have tried doing the below but it didn’t work out.
<?php while(the_post_thumbnail()) the_post_thumbnail(); ?>
If you want to get product gallery images anywhere. You can try this. It will fetch the images by id.
If you are displaying the images in single product page.
Then