I've enabled featured images with the following code:
if(function_exists('add_theme_support')){
add_theme_support('post-thumbnails');
set_post_thumbnail_size(145, 9999999999999999999999999999999999999999999, false);
}
and everything works fine except that I can't find the featured image metabox in my custom post editor. Under the "show" menu I only have the number of column and other 2 unrelated options. I'm on the last version of wordpress (3.1, I think?).
Can you help me? I've already tried everything I found on this website and elsewhere.
Thanks in advance.