I just upgraded to 3.0.8, and now I’ve got a random plaintext reiteration of the post title appearing before the featured image. I would like it to go away.
After a stint of scouting around, I discover that (a) a bunch of other people also have this problem, and (b) theoretically this code lives in library/structure/content-extensions.php
. But when I look at the loops in that php that mention has_post_thumbnail()
, I cannot see anything that’s causing the misbehavior.
function travelify_theloop_for_template_blog_image_medium()
function travelify_theloop_for_template_blog_image_large()
If the unwanted text had any css hooks, I could just suppress its display. But nope.
(I am using a child theme.)
Related thread on WP.org
Plain post title above post image (Error) | WordPress.org