Seems to have stopped working after 3.4 update.
Anyone else?
Seems to have stopped working after 3.4 update.
Anyone else?
same problem for another plugins with such functionality.
Thanks for the link. A comprehensive thread.
I don't think Thumbnail For Excerpts is as popular and looks unsupported.
Might have to change things up a bit in relation to using it now.
Okay there's a fix for this that seems to be working.
Full credit to misthero who posted it for another plugin on http://wordpress.org/support/topic/plugin-auto-post-thumbnail-wordpress-34-previously-generated-thumbnails-missing-wont-generate-new-ones
Also thanks to DanStudio for pointing out the thread.
On line 258 (thumbnailforexcertps.php), the result should be like this:
wp_update_attachment_metadata( $idimg, wp_generate_attachment_metadata( $idimg, $fullsizepath));
Add update_attached_file( $idimg, $fullsizepath );
So it's like this:
wp_update_attachment_metadata( $idimg, wp_generate_attachment_metadata( $idimg, $fullsizepath));
update_attached_file( $idimg, $fullsizepath );
As always backup your DB / plugins etc before trying these fixes.
So far it's working well on test sites.
You must log in to post.