<?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>WordPressCreme.com &#187; The Loop</title>
	<atom:link href="http://www.wordpresscreme.com/tag/the-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpresscreme.com</link>
	<description>WordPress Resources, Turorials, Articles, Tips, Themes and Blog Reviews</description>
	<lastBuildDate>Sat, 09 Jul 2011 16:29:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Show related posts without a plugin</title>
		<link>http://www.wordpresscreme.com/how-to-show-related-posts-without-a-plugin/</link>
		<comments>http://www.wordpresscreme.com/how-to-show-related-posts-without-a-plugin/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 21:11:39 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[The Loop]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=211</guid>
		<description><![CDATA[Displaying related posts is a very great way to help visitors staying longer on your blog. You can use a plugin, but you also can use tags and a custom code to show related posts. Let’s see how to do!]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-show-related-posts-without-a-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Add a Simple &#8220;Tweet This&#8221; Link to Each Post</title>
		<link>http://www.wordpresscreme.com/how-to-add-a-simple-tweet-this-link-to-each-post/</link>
		<comments>http://www.wordpresscreme.com/how-to-add-a-simple-tweet-this-link-to-each-post/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:47:54 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[The Loop]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=129</guid>
		<description><![CDATA[Twitter is getting more and more popular each day. To make this benefit you, why not add a nice little "Tweet This" button to each blog post? Put this somewhere in The Loop in single.php.]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-add-a-simple-tweet-this-link-to-each-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Allow Styling of Individual Posts</title>
		<link>http://www.wordpresscreme.com/how-to-allow-styling-of-individual-posts/</link>
		<comments>http://www.wordpresscreme.com/how-to-allow-styling-of-individual-posts/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 11:30:29 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Styling]]></category>
		<category><![CDATA[The Loop]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=123</guid>
		<description><![CDATA[If the user of your theme wants to style a single post differently than all of the others, the only way for you to make this easy for them is by giving each post a unique identifier. To do this, simple make use of "the_ID" in The Loop.]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-allow-styling-of-individual-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Exclude Certain Categories From Being Shown</title>
		<link>http://www.wordpresscreme.com/how-to-exclude-certain-categories-from-being-shown/</link>
		<comments>http://www.wordpresscreme.com/how-to-exclude-certain-categories-from-being-shown/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 15:09:33 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[The Loop]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=99</guid>
		<description><![CDATA[If, for whatever reason, you don&#8217;t want certain categories to be displayed, paste this code into The Loop. Note &#8211; Replace &#8220;6&#8243; with the number corresponding to the category you want to block. &#60;?php if ( have_posts() ) : query_posts($query_string .'&#38;cat=-6'); while ( have_posts() ) : the_post(); ?&#62; Related Posts:How to Display Your Scheduled PostsHow [...]]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-exclude-certain-categories-from-being-shown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a Unique Identifier to Each Comment</title>
		<link>http://www.wordpresscreme.com/how-to-add-a-unique-identifier-to-each-comment/</link>
		<comments>http://www.wordpresscreme.com/how-to-add-a-unique-identifier-to-each-comment/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 16:59:42 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[The Loop]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=97</guid>
		<description><![CDATA[Easy, trick is by giving each comment a unique identifier. To do this, simple make use of "the_ID" in The Loop. ]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-add-a-unique-identifier-to-each-comment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

