WordPress 2.9 Image Thumbnails And New Features

by Costa on December 19, 2009

in Wordpress

Just logged in into my Admin panel and saw that WordPress 2.9 is available for download. Upgraded using the most convenient method, that is via the automatic upgrade. Took less than 5 seconds for the upgrade to complete.

Visibly, nothing much different can be seen, but the information I have read says that there should be a new function that allows users to add thumbnails to their post. Remembered a post by Justin Tadlock some weeks ago that we have to ad a short line of codes in our functions php file before we can see the option inour post editor page. Referred back and found the codes.

add_theme_support( ‘post-thumbnails’ );

Copy and pasted that line into my functions php file and indeed, the Post Thumbnail option is now visible at the bottom right of our “Add New Post” page.

Next, you will have to call up that function for the home page with this code.

< ?php the_post_thumbnail( 'thumbnail' ); ?>

Copy and paste that line into your Index Php file.

The next time you write a new post and you want a thumbnail image in your home page that is different from the one in your post, you just click on the Post Thumbnail option and the image uploader will appear.

There are also some new features in the image uploader. You can scale, re-size, crop and rotate your thumbnail images within the uploader. It will take some getting used to when you are using it for the first time.

One thing I found not so to my liking is or maybe it is just my Theme, the text excerpts do not wrap around the thumbnail images, though it can be floated left, center and right. You can see the thumbnail does not look too good with this post. Maybe there are some codes that I should add to make the text wrap round the image. Will have to do more digging.

Another new feature that is visible is the “Move To Thrash” option under the “Publish” column. Now you can remove your post if you do not like it and it will be moved to a Thrash-can like your desktop recycle bin. If you decide to use that post again, you can restore it. Unlike the old version, when you delete a post, it will be gone forever.

These 2 are the new features that are visible to me in WordPress 2.9 after using it for 30 minutes. There are also some new things that you can do to your sidebar widgets but I haven’t really read up on it yet. For a more detailed write-up, check out Justin Tadlock’s posts.

Everything you need to know about WordPress 2.9’s post image feature

Sidebar (widget area) descriptions in WordPress 2.9

Excerpts and taxonomies for pages in WordPress 2.9

Read also – Is Your Theme Wordpress 2.9 Compatible

Related posts:

  1. Wrapping Text Around Your Thumbnail Images WordPress 2.9 latest feature that lets users post thumbnail images in their post excerpts has certain limitations which makes me refrain from using this feature. This new feature however will be great if you are planning to use your Theme like a magazine style layout with thumbnail images fixed on...
  2. Better Display Of Images In your WordPress Post Excerpts Many Wordpress users have problems displaying images in their WordPress blog if they decide to use post excerpts instead of full post in their home page. There are also many solutions and plugins available to solve this problem. In my previous post where I discussed inserting images in your...
  3. Display Thumbnail Images In Post Excerpts Maybe for some reasons or another, you do not like to use plugins to display images in your post excerpts. Using plugins do have limitations. For one, you cannot control the images to be displayed and the post the images to be displayed in. Doing it manually lets you...
  4. 7 WordPress Tips New Users Should Know There are new functions in newer versions WordPress that many users, especially new ones are unaware of. Here are few tips that you should know to increase your blogging pleasure using WordPress. Read more on 7 WordPress Tips New Users Should Know… ...
  5. Align Image In Post WordPress 2.7 More than a year ago, I posted the stylesheet codes for aligning images in your WordPress posts. Times have changed and WordPress has added many new advanced features. One of them is the ability to align your images perfectly when you insert your image in your post editor. The only...

{ 8 comments… read them below or add one }

Mitko December 19, 2009 at 8:13 pm

Sigh, here there are the problems starting again. I can’t even write an article, without something like a preview pane showing up, and asking me if I wanna redirect from the page.. The page that sends me to is the simple press forum page …

Reply

Mitko December 19, 2009 at 8:26 pm

Disabled it, still this time it sends me to the front page. It has something to do with the auto save feature

Reply

Costa December 19, 2009 at 8:35 pm

Hmm.. I’m stumped. This shouldn’t happen. If it is a plugin conflict, the most you get would be an error, not redirected to anywhere else.

I would disable all plugins and take a look at whatever scripts you have installed.

Reply

Mitko December 19, 2009 at 9:24 pm

Yeah i guess i should do that, because, I disabled just few and nothing happened, let me show a pic of what’s happening exactly:

P.S I also have posting and editing problems, it takes like a good 5 minutes to post or edit something. Everything gets stuck on waiting

Reply

Mitko December 19, 2009 at 10:57 pm

Found no problems at all whatsoever! After disabling all and re-enabling them 1 by one, and checking after each activation for these weird symptoms non showed up!… Go figure

Reply

Mitko December 20, 2009 at 4:53 am

Seems like a major problems the official forums r full of such topics

Reply

Wallaby February 19, 2010 at 8:41 am

There are mistake of syntaxys. There are “add_theme_support( ‘post-thumbnails’ );”, but must be “add_theme_support( ‘post-thumbnails’);”

Reply

Wallaby February 19, 2010 at 8:43 am

Wow, there are uncorrect showing signs. Ok, ‘post-thumbnails’ must be with another kommas – like it is at ‘thumbnail’

Reply

Leave a Comment



Previous post:

Next post: