Title: Wrong post thumbnails
Last modified: May 4, 2021

---

# Wrong post thumbnails

 *  [Ivan Paulin](https://wordpress.org/support/users/ivan_paulin/)
 * (@ivan_paulin)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wrong-post-thumbnails/)
 * Hello,
 * When exporting orders and filtering them by the products on the admin page, the
   results of products contain the wrong thumbnail image. This happens, for example,
   when products have ACF fields for images. Your code is just pulling any image
   attached to the product instead of the product thumbnail.
 * Can this be sorted out, so only product thumbnails are showing in the filtering
   results?
 * Thanks,
    Ivan

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14396951)
 * Hello Ivan
 * please, send me your ACF settings.
    use >Custom Fields>Tools and export necessary
   group
 * you can submit file as new ticket to [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)
   
   thanks, Alex
 *  Thread Starter [Ivan Paulin](https://wordpress.org/support/users/ivan_paulin/)
 * (@ivan_paulin)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14401435)
 * Hi Alex,
 * Unfortunately, I cannot share anything because of NDA.
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14401718)
 * hi Ivan
 * please, add this code to Misc Settings and tweak it to read ACF fields
 *     ```
       add_filter( 'wp_get_attachment_image_src', function($image, $attachment_id, $size, $icon ){
       // you should correctly fill $image[0]
       return $image;
       },10,4);
       ```
   
 * more details [https://developer.wordpress.org/reference/hooks/wp_get_attachment_image_src/](https://developer.wordpress.org/reference/hooks/wp_get_attachment_image_src/)
 *  Thread Starter [Ivan Paulin](https://wordpress.org/support/users/ivan_paulin/)
 * (@ivan_paulin)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14401806)
 * Thanks.
    But, I have contacted you to ask if you can fix this issue in the plugin
   code.
 * The problem is that the product thumbnail is NOT showing.
    We want to see product
   thumbnail image, not the image from ACF fields.
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14402151)
 * I really can’t help you if you don’t provide any details.
 *  Thread Starter [Ivan Paulin](https://wordpress.org/support/users/ivan_paulin/)
 * (@ivan_paulin)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14567030)
 * Hello,
 * I got a green light from the client for sharing the code.
    Can you give me an
   email address I can use to send the code?
 * Thanks
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14567074)
 * Hello
 * You should submit new ticket to [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Wrong post thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [4 years, 12 months ago](https://wordpress.org/support/topic/wrong-post-thumbnails/#post-14567074)
 * Status: not resolved