When linking to the post it shows the featured image above the actual post image. Any way to not show that featured image on the actual post?
thanks
When linking to the post it shows the featured image above the actual post image. Any way to not show that featured image on the actual post?
thanks
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
Simply, your template was messing with the plugin!
Happens :) Glad you got it sorted!
This topic has been closed to new replies.