• Resolved erin.niimi

    (@erinniimi)


    After I upgraded to 4.2.3 for a website I manage for work (marketsforgood.org) – the featured image box has disappeared and I’ve not been able to set it. Can anyone offer a solution? Any help very much appreciated!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having this same exact issue. It seems to only be happening on custom post types, and not on standard pages.

    Time to turn off that automatic update crap.

    I doublechecked my functions.php file, and found that I had thumbnail support defined poorly.

    it was
    add_theme_support('post-thumbnails', array( 'post', 'page' ));

    so i changed it to
    add_theme_support('post-thumbnails');

    and now it works again.

    Thread Starter erin.niimi

    (@erinniimi)

    Thanks! I’ll check it out to see if that works for me too.

    Thread Starter erin.niimi

    (@erinniimi)

    You are awesome guerrilladigital – thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Image box doesn't appear after update’ is closed to new replies.