<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:icbm="http://www.postneo.com/icbm/"
		>
<channel>
	<title>Comments on: 10 Things You Need to Know About WordPress 2.9</title>
	<atom:link href="http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/</link>
	<description>Web Technology and Real Life Merge</description>
	<lastBuildDate>Sat, 06 Mar 2010 03:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261814</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 29 Dec 2009 22:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261814</guid>
		<description>Since upgrading to 2.9, I can no longer post any code samples. Line feeds are stripped out so the code renders in long single lines.</description>
		<content:encoded><![CDATA[<p>Since upgrading to 2.9, I can no longer post any code samples. Line feeds are stripped out so the code renders in long single lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grossman</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261686</link>
		<dc:creator>Dan Grossman</dc:creator>
		<pubDate>Fri, 25 Dec 2009 22:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261686</guid>
		<description>A WP upgrade would not wipe out your blog. I bet if you looked at your database all the posts are still there. You just have some little glitch to fix -- a missing wp-config file or missed a file when upgrading or something simple like that.</description>
		<content:encoded><![CDATA[<p>A WP upgrade would not wipe out your blog. I bet if you looked at your database all the posts are still there. You just have some little glitch to fix &#8212; a missing wp-config file or missed a file when upgrading or something simple like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Lamar</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261677</link>
		<dc:creator>Michelle Lamar</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261677</guid>
		<description>WISH I would have read your post before I tried to upgrade to 2.9. I&#039;ve been using WP for years but with the 2.9 upgrade, it wiped out my entire blog----and my back-up files are not uploading---so I guess all my posts from 2005 until last week are GONE. *Sigh* Just shows I need to read you more often.</description>
		<content:encoded><![CDATA[<p>WISH I would have read your post before I tried to upgrade to 2.9. I&#8217;ve been using WP for years but with the 2.9 upgrade, it wiped out my entire blog&#8212;-and my back-up files are not uploading&#8212;so I guess all my posts from 2005 until last week are GONE. *Sigh* Just shows I need to read you more often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261655</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Thu, 24 Dec 2009 09:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261655</guid>
		<description>Great overview, thanks fella.</description>
		<content:encoded><![CDATA[<p>Great overview, thanks fella.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wells</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261632</link>
		<dc:creator>David Wells</dc:creator>
		<pubDate>Tue, 22 Dec 2009 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261632</guid>
		<description>Thanks for this info on the wordpress update. 

Looks like I will have to go through and upgrade all my sites =P. They should add in a bulk upgraded to upgrade across multiple sites at once in wordpress 3.0</description>
		<content:encoded><![CDATA[<p>Thanks for this info on the wordpress update. </p>
<p>Looks like I will have to go through and upgrade all my sites =P. They should add in a bulk upgraded to upgrade across multiple sites at once in wordpress 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Nicholson</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261594</link>
		<dc:creator>Tim Nicholson</dc:creator>
		<pubDate>Tue, 22 Dec 2009 00:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261594</guid>
		<description>To be clear, to display the thumbnail images in a theme, you need to specify this in functions.php:
add_theme_support( &#039;post-thumbnails&#039; );

And then specify this where you want the thumbnail to appear (usually in index.php):
the_post_thumbnail();

You will also want to style the image in your .css stylesheet.

One thing that is a big dissapointment with this, though, is that you still have to manually specify a thumbnail for each individual post. I wish that it would parse the content for images and make a thumbnail out of the first one that it finds.</description>
		<content:encoded><![CDATA[<p>To be clear, to display the thumbnail images in a theme, you need to specify this in functions.php:<br />
add_theme_support( &#8216;post-thumbnails&#8217; );</p>
<p>And then specify this where you want the thumbnail to appear (usually in index.php):<br />
the_post_thumbnail();</p>
<p>You will also want to style the image in your .css stylesheet.</p>
<p>One thing that is a big dissapointment with this, though, is that you still have to manually specify a thumbnail for each individual post. I wish that it would parse the content for images and make a thumbnail out of the first one that it finds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith D Shrock</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261593</link>
		<dc:creator>Keith D Shrock</dc:creator>
		<pubDate>Mon, 21 Dec 2009 22:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261593</guid>
		<description>Great feature-by-feature description. Finally an Undo button -- every bodies favorite Microsoft feature. Why did it take so long for basic logic to set in? And a quick picture editor -- looks like the beginning of a time savor. This is going to be FUN.</description>
		<content:encoded><![CDATA[<p>Great feature-by-feature description. Finally an Undo button &#8212; every bodies favorite Microsoft feature. Why did it take so long for basic logic to set in? And a quick picture editor &#8212; looks like the beginning of a time savor. This is going to be FUN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth K. Barone</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261589</link>
		<dc:creator>Elizabeth K. Barone</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261589</guid>
		<description>Thank you for this. I can&#039;t wait to play with some of these new features. Great write-up!</description>
		<content:encoded><![CDATA[<p>Thank you for this. I can&#8217;t wait to play with some of these new features. Great write-up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: No' Joke</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261577</link>
		<dc:creator>No' Joke</dc:creator>
		<pubDate>Mon, 21 Dec 2009 06:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261577</guid>
		<description>Thank you very much for this post... I&#039;m about to upgrade to wordpress 2.9... I hope it won&#039;t mess out evrything</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post&#8230; I&#8217;m about to upgrade to wordpress 2.9&#8230; I hope it won&#8217;t mess out evrything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitaliy Rain</title>
		<link>http://technosailor.com/2009/11/11/10-things-you-need-to-know-about-wordpress-2-9/comment-page-2/#comment-261576</link>
		<dc:creator>Vitaliy Rain</dc:creator>
		<pubDate>Mon, 21 Dec 2009 06:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/?p=7832#comment-261576</guid>
		<description>It would be desirable for optimisation of kernel WordPress, reduction of consumption of resources. All basic new functions in WordPress 2.9 are directed for work with images. Yes it became more convenient to work, however kernel WordPress was not updated about 5 years. Persistently we keep for old, to the detriment of development so we lag behind others CMS. Integration of plug-ins into a system kernel, not a way out.</description>
		<content:encoded><![CDATA[<p>It would be desirable for optimisation of kernel WordPress, reduction of consumption of resources. All basic new functions in WordPress 2.9 are directed for work with images. Yes it became more convenient to work, however kernel WordPress was not updated about 5 years. Persistently we keep for old, to the detriment of development so we lag behind others CMS. Integration of plug-ins into a system kernel, not a way out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
