Hey
Similar problem here. Someone who knows about this please answer…
I have been using wordpress for 2 yrs and I had been using the featured image module earlier..now this module is no where to be seen in the edit post/edit page mode.
i use wordpress 3.0.1, just in case that matters.
Have you tried:
– deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the 2010 theme to rule out any theme-specific problems?
Thanks esmi for replying..but disabling plugins or changing theme did not work for me.
Any one could please help ?
I am having the same problem using v3.0.1: the featured image module has completely disappeared. It does not show up on the editor or media page. It does not even show up as a checkbox option under screen options for posts.
It is missing in action. I too tried deactivating plugins and changing themes to no avail.
Has anybody figured out how to fix this issue?
I think this is an issue with particular themes that have not yet had full recoding compatible with WordPress 3.0, although it could be even going back to 2.9.2.
I started using Antisnews very soon after the 3.0 upgrade so I don’t know how it handled the thumbnails prior to that version.
I noticed when I installed the theme, the “Featured Image” option was available, but it suddenly vanished within a day or two.
To work around this issue, I have attempted to install virtually every image plugin compatible with 3.0 to no avail.
The best one I saw, in that it actually puts that Featured Image option back in the image uploader and the sidebar of the post editor is Get The Image.
Unfortunately, the plugin is not able to over ride whatever the Antisnews theme is dictating because when I have multiple images in a post, my Featured Image selection is being ignored.
But one of the many images plugins MAY work for someone else, particularly Get The Image since it does put the option back in the install.
Anyone else have any other ideas?
This is sometimes caused by a plugin (not a theme, a plugin) that calls add_theme_support() somewhere in its code.
A few of the custom post tutorials and examples out there shows example code that includes a call to add_theme_support(), hence a few custom post plugins will probably contain that call.
add_theme_support() might cause conflict, since it’s is actually designed (or intended) to be called from a theme’s functions.php file. (See add_theme_support docs).
Removing such plugins might (will probably) fix the problem. Also try logging out and back in, after disabling all plugins.
I solved this by adding the following into functions.php:
add_theme_support( 'post-thumbnails' );
hi there just to let you know you most likely do not have to hack this..
what happens is when you upgrade to multisite, or new wordpress… you have to enable images uploads under network settings for that module to be available to the individual sites, or the main site.
so you could have featured image turned off on one multisite, but available on your main one.
just enable image uploads and it will show up.
-ze
_____________________________
BELEZA ARTS RIO
http://www.beleza.biz
Hi optimist7, please where in functions.php
add_theme_support( ‘post-thumbnails’ );
I’m having the same problem