I've used it dozens of times for client sites but this is the first time double thumbnail images appear on some posts. See:
Not all posts have double images. I wonder what triggers that issue.
I've used it dozens of times for client sites but this is the first time double thumbnail images appear on some posts. See:
Not all posts have double images. I wonder what triggers that issue.
I just started having the same problem too. Did you ever find an answer?
I have the same issue with thumbnail-for-excerpts plugin
you have to add // to line 19 :
add_filter(“the_excerpt”,”tfe_put_image”);
so it becomes
//add_filter(“the_excerpt”,”tfe_put_image”);
or simply remove this line
Thank you yamaryam!!! i spent 3 hours trying to find this fix!
You must log in to post.