<?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>Weblog Tools Collection &#187; WordPress Tutorials</title>
	<atom:link href="http://weblogtoolscollection.com/archives/tag/wordpress-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<lastBuildDate>Mon, 13 Feb 2012 13:00:19 +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>Migrating From WordPress.com to WordPress.org</title>
		<link>http://weblogtoolscollection.com/archives/2010/02/18/migrating-from-wordpress-com-to-wordpress-org/</link>
		<comments>http://weblogtoolscollection.com/archives/2010/02/18/migrating-from-wordpress-com-to-wordpress-org/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 21:06:32 +0000</pubDate>
		<dc:creator>Keith Dsouza</dc:creator>
				<category><![CDATA[WordPress FAQs]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2010/02/18/migrating-from-wordpress-com-to-wordpress-org/</guid>
		<description><![CDATA[WordPress.com is a wonderful platform and it provides users with an option to create free blogs without spending a single cent. However, a time comes when you might want to move to your own domain name which is a continuance of your WordPress.com blog. A few days ago Jeff posted some links on steps to move from the Blogger platform to WordPress and now Amit Agarwal from Digital Inspiration has written a comprehensive guide on moving from a WordPress.com domain to a WordPress.org domain. You will find lots of posts which are similar to this one, but I found this guide to be comprehensive and to the point, so if you are planning to move to your own domain now or in the near future, don&#8217;t forget to bookmark the article. How to Migrate your Blog from WordPress.com to a Personal Domain]]></description>
			<content:encoded><![CDATA[<p>WordPress.com is a wonderful platform and it provides users with an option to create free blogs without spending a single cent. However, a time comes when you might want to move to your own domain name which is a continuance of your WordPress.com blog.</p>
<p>A few days ago Jeff posted some links on steps to move from the <a href="http://weblogtoolscollection.com/archives/2010/02/15/from-blogger-to-wordpress/" target="_blank">Blogger platform to WordPress</a> and now Amit Agarwal from Digital Inspiration has written a comprehensive guide on moving from a WordPress.com domain to a WordPress.org domain.</p>
<p>You will find lots of posts which are similar to this one, but I found this guide to be comprehensive and to the point, so if you are planning to move to your own domain now or in the near future, don&#8217;t forget to bookmark the article.</p>
<p><a href="http://www.labnol.org/internet/migrate-wordpress-blog-to-own-domain/12776/" target="_blank">How to Migrate your Blog from WordPress.com to a Personal Domain</a></p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2010/02/18/migrating-from-wordpress-com-to-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Create Micro Blogs Within WordPress</title>
		<link>http://weblogtoolscollection.com/archives/2009/11/21/how-to-create-micro-blogs-within-wordpress/</link>
		<comments>http://weblogtoolscollection.com/archives/2009/11/21/how-to-create-micro-blogs-within-wordpress/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:01:56 +0000</pubDate>
		<dc:creator>Keith Dsouza</dc:creator>
				<category><![CDATA[WordPress FAQs]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[microblog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2009/11/21/how-to-create-micro-blogs-within-wordpress/</guid>
		<description><![CDATA[A tutorial to help you create a Microblog on your main WordPress blog without using any additional plugins or themes.]]></description>
			<content:encoded><![CDATA[<p>I recently started out with a microblog on <a href="http://techie-buzz.com" target="_blank">my site</a>, where I wanted to quickly share content I find on the Internet. Before I started out I had an option of using the <a href="http://p2theme.com/" target="_blank">P2 theme</a> to post quick content on it. However, I shelved the idea since I did and do not have much time to customize the P2 theme to match the look and feel of my current site.</p>
<p>This led to a big dilemma since I wanted 3 things:</p>
<ul>
<li>Start a Micro Blog and post quick content on it. </li>
<li>Make sure that Google Indexes the micro blog content as it does with the other content. </li>
<li>Create separate feeds for the Micro Blog and the rest of the content. </li>
</ul>
<p>Well, i was able to do all of these things without having to add new plugins or create a new blog. Here are the steps I followed to do it. Hopefully many of you will find this useful, and in turn also understand how powerful WordPress is when you want to customize it the way you want it to be.</p>
<h3>Create Categories &amp; Modify Loops to Segregate Content</h3>
<p>The first few steps include creating a separate category for the Microblog and segregating content accordingly.</p>
<h4>Create Category for your Microblog</h4>
<p>The first thing I wanted to do was to segregate the main content from the micro blog content on the home page, so I went ahead and created a new category called “Microblog”, where I post all the Microblog content.</p>
<h4>Exclude Microblog Content from Main Loop</h4>
<p>After creating a separate category, I needed the content from this category to be displayed separately on the site and not with the regular loop. To do that, you will have to edit your template file for the home page, usually index.php in your WordPress theme directory.</p>
<p>To do that you will need to add the code given below before checking if posts exist.</p>
<div style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px">
<div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   1:</span> query_posts($query_string . <span style="color: #006080">'&amp;cat=-123'</span>); <span style="color: #008000">//excludes micro blog category</span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   2:</span> <span style="color: #008000">//continue regular WP loop</span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   3:</span> <span style="color: #0000ff">if</span> (have_posts()) : </pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   4:</span>   <span style="color: #0000ff">while</span> (have_posts()) : the_post();</pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   5:</span>       <span style="color: #008000">//display posts </span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   6:</span>   endwhile:</pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   7:</span> <span style="color: #0000ff">else</span> : </pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   8:</span>     <span style="color: #008000">//show errors </span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   9:</span> endif;</pre>
</p></div>
</div>
<p>The code query_posts&#8230; instructs WordPress to ignore categories which have an id 123.&#160; Please not that you need to provide the minus(-) symbol before the category id. You will need to specify comma separated values to skip multiple categories.</p>
<h4>Only Display Microblog Content in The Loop</h4>
<p>Since I wanted Google to index the content from the Microblog, I wanted to display in on the home page, for this I needed to run another loop, which only displays content from the Microblog.</p>
<p>For that you need to add the following code:</p>
<div style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px">
<div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   1:</span> query_posts(<span style="color: #006080">'category_name=microblog&amp;posts_per_page=5'</span>); <span style="color: #008000">//only display microblog posts</span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   2:</span> <span style="color: #0000ff">if</span>(have_posts()) :</pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   3:</span>     <span style="color: #0000ff">while</span>(haveposts()) : the_post();</pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   4:</span>         <span style="color: #008000">//show posts</span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   5:</span>     endwhile;</pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   6:</span> <span style="color: #0000ff">else</span>:</pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   7:</span>     <span style="color: #008000">//show errors</span></pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   8:</span> endif;</pre>
</p></div>
</div>
<p>In this case, the query_posts only fetched posts from a particular category we specified as the category_name and skipped the rest of it.</p>
<p>Using the above tricks you now have different sections on your blog home page which segregates content based on categories. You can find more information about skipping and querying certain categories by visiting the <a href="http://codex.wordpress.org/The_Loop" target="_blank">WordPress Codex entries for The Loop</a>.</p>
<h3>Creating Different Feeds for Main and Microblog</h3>
<p>Now that you have been able to separate content from your main blog and the microblog, it is now time to create separate feeds for them. This is much more simpler than segregating content above and only requires few changes in your feed URL.</p>
<p>For example if your main feed URL is <strong>http://example.com/feed</strong> you will have to change it to <strong>http://example.com/feed?cat=-123</strong>. Similar to the skip rule in the query above, -123 will ignore posts from the category you specify.</p>
<p>Creating a separate feed for your Microblog is much more simpler, all you need to do is use the current URL for the Microblog category and add /feed to it. Your Microblog feed will be <strong><a href="http://example.com/microblog/feed">http://example.com/microblog/feed</a></strong>. </p>
<p>Since you are offering multiple feeds, you might also want to add them to your header.php, so browsers with automatic feed discovery can discover all your feeds. To that, remove the regular feed/RSS link tags from your header and add this. Replace the feed URLs with your own.</p>
<div style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px">
<div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   1:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">link</span> <span style="color: #ff0000">rel</span><span style="color: #0000ff">=&quot;alternate&quot;</span> <span style="color: #ff0000">type</span><span style="color: #0000ff">=&quot;application/rss+xml&quot;</span> <span style="color: #ff0000">title</span><span style="color: #0000ff">=&quot;Techie Buzz RSS Feed&quot;</span> <span style="color: #ff0000">href</span><span style="color: #0000ff">=&quot;http://feeds.techie-buzz.com/techiebuzz&quot;</span> <span style="color: #0000ff">/&gt;</span> </pre>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   2:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">link</span> <span style="color: #ff0000">rel</span><span style="color: #0000ff">=&quot;alternate&quot;</span> <span style="color: #ff0000">type</span><span style="color: #0000ff">=&quot;application/rss+xml&quot;</span> <span style="color: #ff0000">title</span><span style="color: #0000ff">=&quot;Techie Buzz Microblog&quot;</span> <span style="color: #ff0000">href</span><span style="color: #0000ff">=&quot;http://feeds.techie-buzz.com/tbmicroblog&quot;</span> <span style="color: #0000ff">/&gt;</span></pre>
</p></div>
</div>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="multiple_feeds" border="0" alt="multiple_feeds" src="http://weblogtoolscollection.com/wp-content/uploads/2009/11/multiple_feeds.png" width="214" height="106" /> </p>
<p>Doing this will ensure that whenever a user tries to subscribe to you feeds, they will see multiple options as shown above.</p>
<h3>Posting Quickly to Your Microblog</h3>
<p>Now that you have your Microblog setup and ready to go, it would be more appropriate that you can quickly post content to it.</p>
<p>To do that change your default category for posting to “Microblog” and then drag the Quick Press bookmarklet from your Tools menu to your browser bookmarks bar and start posting. Watch the video below to see how you can use Quick Press to quickly post content to your site.</p>
<p align="center"><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.10" type="application/x-shockwave-flash" width="400" height="224" allowscriptaccess="always" allowfullscreen="true" flashvars="guid=MLuVmwS8&#038;width=400&#038;height=224" title="Getting a post out with QuickPress"></embed></p>
<p>The above tricks will not create a <em>real</em> Microblog, but it will eventually help you to segregate content and run multiple smaller blogs within your major blog and offer them to subscribers. I would still prefer to use the P2 theme for the above task, however customizing it to match the look and feel is a lengthy process and hopefully it should be quicker in the future.</p>
<p>The above tricks might be good or they might not be that good. Do give me your feedback on what you think about it and whether or not your found it helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2009/11/21/how-to-create-micro-blogs-within-wordpress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Create Private Twitter Like Site With WordPress</title>
		<link>http://weblogtoolscollection.com/archives/2009/07/23/create-private-twitter-like-site-with-wordpress/</link>
		<comments>http://weblogtoolscollection.com/archives/2009/07/23/create-private-twitter-like-site-with-wordpress/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 22:13:22 +0000</pubDate>
		<dc:creator>Keith Dsouza</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress FAQs]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2009/07/23/create-private-twitter-like-site-with-wordpress/</guid>
		<description><![CDATA[Twitter is definitely becoming popular day by day, by far it is one of the most easiest way to communicate with others.]]></description>
			<content:encoded><![CDATA[<p>Twitter is definitely becoming popular day by day, by far it is one of the most easiest way to communicate with others.</p>
<p>If you want to create a site similar to twitter, Cats Who Code has a excellent step by step tutorial that will help you <a href="http://feedproxy.google.com/~r/Catswhocode/~3/gEyKRW09jDc/create-your-own-private-twitter-site-using-wordpress">create a private twitter site using WordPress</a>.</p>
<p>BTW if you are on twitter, don’t forget to follow us <a href="http://twitter.com/weblogtooltips">@weblogtooltips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2009/07/23/create-private-twitter-like-site-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  weblogtoolscollection.com/archives/tag/wordpress-tutorials/feed/ ) in 0.95544 seconds, on Feb 14th, 2012 at 12:02 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 14th, 2012 at 1:02 pm UTC -->
