Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] "Set Post Thumbnail" is not there


 
Prev Previous Post   Next Post Next
  #1  
Old Oct 26, 2010, 11:56 PM
blogmom
 
24 posts · Jun 2009
[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
}
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Header alignment set to "top center," but image still cuts off from the right stainton Header configuration & styling 5 Jul 5, 2010 04:52 PM
3.4.9 set the "HTML/CSS Inserts" back to wider editor darmanpurba@gmail.com New Versions, & Updating 3 May 16, 2010 04:26 AM
[SOLVED] "Post Thumbnail" dimension changes wont save, and problems with excerpts set Seijun Center area post/pages 6 Feb 17, 2010 02:37 AM
How to select "Only Exerpts"/"Full Posts" for certain post? shus Center area post/pages 4 Jan 19, 2010 01:41 PM
How to style "post icon" and "post comments" text Whatsthatcat? RSS, Feeds & Subscribing 3 Apr 1, 2009 09:41 AM


All times are GMT -6. The time now is 08:56 AM.


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