Change TwentyTen Header
-
Hi,
I have searched, but to no avail.
How can I change the header in TwentyTen, through the code, not the admin interface?
Reason being is that the uploader keeps stretching my image (as it’s smaller dimensions to the original header).
I found what I believe to be the function for setting the header in ‘funtions.php’ and have changed the following variables:
define( 'HEADER_IMAGE', 'https://arabellamusic.co.uk/images/headerthree.gif' );
This is the url to my header
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 889 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 185 ) );
These are the dimensions of my header.
Can anyone point me in the right direction?Thanks,
James
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change TwentyTen Header’ is closed to new replies.