This Website (digitalzakka.com) has been migrated, but the first product image is repeated.
There are no duplicates in the product gallery.
I also set a product image:
The product image and product gallery may be duplicated.
I have
10,000
products, is there any way to solve this problem in batches?
2
Answers
It is happening because you have added images in two places. First in the product featured image and second one in the product gallery images.
If you add some product in the product featured image you do not need to add that image in the product gallery image. So just remove that image from gallery and check it out.
If you want to do it in batches then a simple solution is to remove featured images from woocommerce products. Try the following code:
I ran into the same issue. I solved it through the above code.