Don’t know how I figured this out or why it works, but if I put this code:
set_post_thumbnail_size( 100, 100, true );
right after:
// Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI
-in functions.php, it no longer shows the featured image doubled with the post image. Hooray!
I found the solution in this article: http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/
I thought I would have to change the “post thumbnail” size (which apparently is the same thing as “featured image” size) to 0 to get rid of the featured image, but it works at 100. If anyone understands what’s going on here please let me know!
Thanks
Plugin Author
Duke
(@dukessa)
Simply, your template was messing with the plugin!
Happens 🙂 Glad you got it sorted!