• It seems the feature image doesn’t work in 3.5 anymore.

    I am new to wordpress and when we were using 3.4 the feature image worked. Now that we updated it doesn’t replace the header on my page anymore.

    Is anybody else having this problem, or have a fix for it?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • what theme are you using?

    Twenty Twelve, for instance, does not use the featured image as header image.

    Thread Starter Alfie007

    (@alfie007)

    We are using 2012 and the option was still there to set a feature image so I assumed it still worked that way. Some of our “editors” seemed to like that feature. Do you know if they are going to make it work with 2012 or another way for it to do what the feature image did?

    I’ll see if they want to go back to 2011.

    Thanks

    check this adapted version of header.php for a child theme of Twenty Twelve:

    http://pastebin.com/N2135HkM

    and also add this to functions.php in the child theme:

    add_image_size('header-image',960,250,true); //for 'featured image' header image

    you might need to ‘regenerate’ the post thumbnail, for instance with this plugin http://wordpress.org/extend/plugins/regenerate-thumbnails/

    imho, there will be a duplication of post thumbnails, as the post thumbnail already gets shown above the post title in the index page and in single posts, and in pages when you use the ‘front page template’.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Feature Image’ is closed to new replies.