Tagged Questions
0
votes
1answer
74 views
Custom image sizes ignored in WP 3.5
Since migrating to WP 3.5 I discovered that my custom image sizes get ignored - whenever I try and output one of them WP just defaults to the original image instead. Kind of frustrating... Any idea ...
2
votes
2answers
2k views
How to delete outdated, wrongly sized images in _wp_attachment_metadata?
I've got several custom image sizes for my blog. One of these is setup as add_image_size( 'slide', 640, 290, true );. These are used in a header slideshow.
My problem is I've upped the dimensions of ...
1
vote
4answers
2k views
Extract & Display the REAL first image attached to a post - extend the_post_thumbnail()
I have an interesting problem which I am sure someone here can solve. I have gone through a bunch of different plugins and code snippets in search for the perfect code to extract a primary image to be ...