The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
48 views

Pages with a loop (index, archive) are loading the first image as post_thumbnail

Using post thumbnails for custom header images -- works fine on straight pages. But custom templates that load a loop (including index) are pulling the first image instead of using the one set in the ...
0
votes
0answers
21 views

Getting the correct header image on a smaller device

I have a Twenty eleven child theme, and I've modified the functions.php. 'width' => apply_filters( 'twentyeleven_header_image_width', 1200 ), 'height' => apply_filters( ...