• OK, I’ve read dozens of post/replies but they all kind of beat around the bush.
    Question: Twenty Ten Theme – How/where do I change the header image size?
    Specifically in this case, change from the 940×198 to 940×100 so it will accept my image without cropping it!
    Thanks a bunch guys . . .

Viewing 1 replies (of 1 total)
  • did you not come across a post that mentioned to look in functions.php of Twenty Ten?

    // The height and width of your custom header. You can hook into the theme's own filters to change these values.
    	// Add a filter to twentyten_header_image_width and twentyten_header_image_height to change these values.
    	define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
    	define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );
Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Ten Header Image Size’ is closed to new replies.