Forums

[resolved] A simple Twenty Ten modification question (4 posts)

  1. ixnay
    Member
    Posted 1 year ago #

    Hello
    We have our blog runnning and are very happy with it, and just using the default theme. Have made our own main banner image but want to modify the size. Standard size is 940px × 198px. If I want to use a 940px × 100px size instead, what settings would I have to change so it accepts that?
    Thanks
    /j

  2. MAS
    Member
    Posted 1 year ago #

    goto themes functions.php file and modify with this code

    define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 100 ) );
  3. ixnay
    Member
    Posted 1 year ago #

    Outstanding, thanks so much. I was looking everywhere and missed that.
    Cheers!

  4. MAS
    Member
    Posted 1 year ago #

    mark it as resolve

Topic Closed

This topic has been closed to new replies.

About this Topic