• Resolved cgrover

    (@cgrover)


    Hello I am currently hacking apart the default theme and want the actual image area of the header to be shorter than 196px tall while keeping the 940px length but I can not, for the life of me, figure out where in the php files to change this at. I have looked everywhere for the container that would specify that size and can’t find it.

    Can someone direct me to the proper spot? Appreciate the help. -Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • in functions.php of the theme;

    // 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 ) );
    Thread Starter cgrover

    (@cgrover)

    awesome thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the 2010 theme header image size’ is closed to new replies.