• I trying to find out how to have a larger header image with the Twenty Ten 1.1 theme.
    I’m fine with the width at 940 i wand to have a taller image 432.
    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • in functions.php of Twenty Ten:

    define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
    	define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );
    Thread Starter paul77

    (@paul77)

    Sorry I’m still a bit new to all this. Were do i place this code in Functions?

    this is in functions.php already (around line 110) (did you actualy try to search for it?) – you need to change the number values for the header height.

    Thread Starter paul77

    (@paul77)

    I’m sorry I had in my head this was code I needed to place. Found it. Thanks so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘twentyten larger header’ is closed to new replies.