Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] "Set Post Thumbnail" is not there (http://forum.bytesforall.com/showthread.php?t=10748)

blogmom Oct 26, 2010 11:56 PM

[SOLVED] "Set Post Thumbnail" is not there
 
Using Wordpress 3.01 with Atahualpa 3.4.9
When Adding or Editing a post, I do not have the sidebar item "Set Post Thumbnail". I have only Publish, CAtegories, Post Tags and Set Featured Image. I just want to set a post thumbnail.

I checked functions.php under Themes -> Editor and the code below is there. But still I can't see the "Set Post Thumbnail" link.

I'm stumped. Can anyone please try to help me with this?

Code:

// Since 3.4.5: WP 2.9 thumbnails support:
if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9
        add_theme_support('post-thumbnails');
        if ($bfa_ata['post_thumbnail_crop'] == "Yes")
                set_post_thumbnail_size( $bfa_ata['post_thumbnail_width'], $bfa_ata['post_thumbnail_height'], true );
        else set_post_thumbnail_size( $bfa_ata['post_thumbnail_width'], $bfa_ata['post_thumbnail_height'] );
        add_image_size( 'single-post-thumbnail', 400, 9999 ); // Permalink thumbnail size
}


juggledad Oct 27, 2010 05:55 AM

do you see an item in the right side of the post called 'Featured Image? That is the thumbnail section

blogmom Oct 27, 2010 03:32 PM

oh boy am I embarrassed. "post thumbnail" was renamed to "featured image" with 3.0. I should have caught that in all my searches. thanks for replying to my knucklehead question Juggledad. You're the best!


All times are GMT -6. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.