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' );
Santa Monica Senior WordPress Developer
Santa Monica Senior WordPress Developer
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' );