<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>post &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/post/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Sat, 25 Feb 2023 21:25:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>WordPress 2.9 Add Post Image</title>
		<link>https://it.megocollector.com/tips-and-tricks/wordpress-2-9-add-post-image/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:49:32 +0000</pubDate>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[thumbnails]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=1245</guid>

					<description><![CDATA[WordPress 2.9 among other things offer built-in support for post-thumbnails. Although it is available, there are two things to change to the theme. Add the following line to the functions.php file. if ( function_exists( 'add_theme_support' ) ) add_theme_support( 'post-thumbnails' ); In many cases, the index.php file will contain the loop. Add the following if (function_exists('the_post_thumbnail')) the_post_thumbnail(array(100,100)) A great reference: wpengineer.com...]]></description>
		
		
		
			</item>
	</channel>
</rss>
