Change the height in Twenty Ten’s custom header

Add this to your child theme that is running Twenty Ten:

function my_twenty_ten_height() {
	return '328'; // change the number to what you desire, default is '198'.
}
add_filter( 'twentyten_header_image_height', 'my_twenty_ten_height' );
Austin
Austin

πŸ’πŸ½β€β™‚οΈ Husband to Jeana.
⚾️ Dodgers & Brewers.
πŸ’» PHP Engineer.
πŸŒπŸΌβ€β™‚οΈGolfer; ~14 HDC.
🌱 Hydroponic Gardner.
🍿 Plex nerd.
πŸš™ '15 WRX, '22 Model 3 LR, & '66 Corvette C2.

Follow me on Twitter @TheFrosty & Instagram @TheFrosty.

Articles: 292