Notifications
Clear all
Advanced Content Pagination
2
Posts
2
Users
0
Reactions
2,962
Views
Topic starter
20/02/2015 11:19 pm
How can I delete the gallery images from being printed in WPP? I only want the main product photo to print.
Thanks,
Ginny
20/02/2015 11:30 pm
Hi ginny,
There is not such an option yet, you should change it in /functions.php
Find this code:
$wpp_gallery_images .= ' '.wp_get_attachment_image( $wpp_img, 'shop_single' ) . ' ';
Change to this:
//$wpp_gallery_images .= ' '.wp_get_attachment_image( $wpp_img, 'shop_single' ) . ' ';
We'll add such an option on next release.
Topic starter
20/02/2015 11:43 pm
Perfect. And thanks for the amazingly quick response!