Category WordPress

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’ );