<?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>HieuUK &#187; Wordpress Code</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/category/code-vault/wordpress-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog</link>
	<description>Creative Programing</description>
	<lastBuildDate>Fri, 27 Jan 2012 10:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Recent posts from specific category</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/24/recent-posts-from-specific-category/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/24/recent-posts-from-specific-category/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:58:21 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Wordpress Code]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/index.php/2009/04/24/recent-posts-from-specific-category/</guid>
		<description><![CDATA[Show a recent posts from a specific category in wordpress.

&#60;ul&#62;
&#60;?php $recent = new WP_Query("cat=48&#038;showposts=8"); while($recent-&#62;have_posts()) : $recent-&#62;the_post();?&#62;
	&#60;li&#62;
		&#60;a href="&#60;?php the_permalink() ?&#62;" rel="bookmark"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;
	&#60;/li&#62;
&#60;?php endwhile; ?&#62;
&#60;/ul&#62;

]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/24/recent-posts-from-specific-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

