post-thumbnails not showing in admin
-
First time post and I really hope you can help as this is doing my head in.
I can’t for the life of me get the post thumbnails to work in my theme, I’ve followed various tutorials and the codex on wordpress and it all seems so simple (and I guess it should be), but no matter what I do, the option to add a thumbnail to the post just doesn’t show up in the admin area.
I added the following code to my functions.php file and I think I’m right in that this should enable the option to add a thumbnail to the post, but it just doesn’t show.
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }
I’m guessing I’m missing something, but for the life of me I don’t know what it is, I even switched the themes to the default twentyten theme, but I couldn’t get it to work on that either.
I’m also developing the theme locally using WAMP.
Any help would be much appreciated as I’m sure it’s something simple I’m missing as the only way I can get thumbnails to work at the moment is by using the Thumbnail For Excerpts plugin, but I want to avoid using that if possible.
Many Thanks
- The topic ‘post-thumbnails not showing in admin’ is closed to new replies.