• Resolved invaderB

    (@invaderb)


    Hey,

    I’m trying to change the height of the header image when you set a featured image on a page, by default it sets it to 1000×288 but I need 1000×400

    I’ve tried changing it in the functions.php file

    <br />
    'width' => apply_filters( 'twentyeleven_header_image_width', 1000 ),<br />
    		'height' => apply_filters( 'twentyeleven_header_image_height', 400 ),<br />

    also tried adding this in to my child functions file

    <br />
    function my_header_image_height($height) {<br />
    	return 150;<br />
    }<br />
    add_filter( 'twentyeleven_header_image_height', 'my_header_image_height');<br />

    If any one has come across this and knows a resolution
    https://www.paulmetzgerandassociates.com/wp/

    Using wordpress 3.6
    twenty eleven with child theme version 1.6

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Twenty Eleven V1.6 theme help’ is closed to new replies.