Context: I sell digital products on my website.
On my product page, i want to have the clean design without watermarks as the featured image / thumbnail for the product.
& then when a customer wants to enlarge and take a closer look at the design i sell, i want it to have the watermarked image.
I’ve tried adding the code:
add_theme_support( ‘post-thumbnails’ );
to the function php, both manually and through the WPcode plugin, but it hasn’t done anything
i can’t seem to add a featured image.
I’m using the Retail Theme from woodmart.
Am i doing something wrong?
Is there an option or a different method within the theme?