Tagged Questions
0
votes
0answers
22 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( ...
1
vote
3answers
100 views
Howto keep header image when changing theme
We have a setup where bloggers can and will have their theme changed. Is it possible to migrate the existing header image to the new theme ? I know how to override the header image with the ...
0
votes
1answer
85 views
How to add cropped custom header image?
I don't see in my custom theme any option for uploading the header image (although there is a code for it in the header)
Do I need to register it somehow?
Also, I have a specific size I want to ...