<?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>Dynamic Guru &#187; query_posts()</title>
	<atom:link href="http://www.dynamicguru.com/tag/query_posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamicguru.com</link>
	<description>Web design, Web development ,WordPress themes , php &#38; random techy stuff</description>
	<lastBuildDate>Sun, 22 Jan 2012 13:55:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress &#8211; How to display featured posts in your theme</title>
		<link>http://www.dynamicguru.com/php/wordpress-how-to-display-featured-posts-in-your-theme/</link>
		<comments>http://www.dynamicguru.com/php/wordpress-how-to-display-featured-posts-in-your-theme/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 11:10:17 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[how to display featured posts]]></category>
		<category><![CDATA[query_posts()]]></category>
		<category><![CDATA[wordpress theme development tutorial for beginners]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=155</guid>
		<description><![CDATA[<b style="font-weight:normal" >Featured Posts</b> are a key feature of any <b style="font-weight:normal">news/journal wordpress</b> site. It is pretty easy to develop a wordpress theme to <b style="font-weight:normal">display a fixed number of featured posts from a specific category on the homepage</b>. It can be done using the <tt>query_posts()</tt> function of wordpress. Here are few lines of code that display latest 10 posts from the news category , you can edit it to tailor to your needs]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/wordpress-how-to-display-featured-posts-in-your-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

