<?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>WordPress Tutorials &#187; RSS Feeds</title>
	<atom:link href="http://www.wp-tutorials.org/category/rss-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-tutorials.org</link>
	<description>Listing the best tutorials</description>
	<lastBuildDate>Thu, 25 Feb 2010 01:41:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Move Your Feeds to a Sub-domain</title>
		<link>http://www.wp-tutorials.org/how-to-move-your-feeds-to-a-sub-domain/</link>
		<comments>http://www.wp-tutorials.org/how-to-move-your-feeds-to-a-sub-domain/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 08:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[webmasterview.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=593</guid>
		<description><![CDATA[
			
				
			
		
This article explains how I moved all feeds to feed.webmasterview.com. This is not offloading, feeds are still in the same server, but this helps you to have separate web logs for feeds and keep your main apache access log uncluttered with feed requests.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/how-to-move-your-feeds-to-a-sub-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Fields in your Feed</title>
		<link>http://www.wp-tutorials.org/custom-fields-in-your-feed/</link>
		<comments>http://www.wp-tutorials.org/custom-fields-in-your-feed/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:41:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[wpengineer.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=589</guid>
		<description><![CDATA[
			
				
			
		
Since I work very often with custom fields and integrate various functions in my theme, I noticed something which I use extensively. I fill my feed exclusively with content from the custom fields.
For example, a short additional text (thumbnails, information, links, etc.):
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/custom-fields-in-your-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable Comment Feeds for Individual Posts</title>
		<link>http://www.wp-tutorials.org/how-to-disable-comment-feeds-for-individual-posts/</link>
		<comments>http://www.wp-tutorials.org/how-to-disable-comment-feeds-for-individual-posts/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 15:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Comments]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[digwp.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=582</guid>
		<description><![CDATA[
			
				
			
		
This is a nice feed offering, but many people use the Subscribe to Comments plugin and find the individual-post feeds to be unnecessary. In this situation, it is easy enough to remove all comment-feed links from the theme-template files, but even after the physical links are removed, WordPress will continue to generate links in the [...]]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/how-to-disable-comment-feeds-for-individual-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Extremely Useful RSS Tricks and Snippets</title>
		<link>http://www.wp-tutorials.org/9-extremely-useful-rss-tricks-and-snippets/</link>
		<comments>http://www.wp-tutorials.org/9-extremely-useful-rss-tricks-and-snippets/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[wpbeginner.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=449</guid>
		<description><![CDATA[
			
				
			
		
RSS is one of the core feature of WordPress and every other blogging platform. It is very useful because your readers keep track of your blog updates mostly by using RSS. In this article, we will show you some of the most useful RSS hacks, tips, tricks, and snippets for WordPress.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/9-extremely-useful-rss-tricks-and-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn your RSS feed into a shortcode</title>
		<link>http://www.wp-tutorials.org/turn-your-rss-feed-into-a-shortcode/</link>
		<comments>http://www.wp-tutorials.org/turn-your-rss-feed-into-a-shortcode/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 17:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[wpcult.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=419</guid>
		<description><![CDATA[
			
				
			
		
Without having to download a plugin that will allow PHP to be executed inside a post, I would have to create a template file and use that. Which is what I did, and it works just fine. But for some reason I forgot all about shortcodes! With a shortcode, I could generate all the PHP [...]]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/turn-your-rss-feed-into-a-shortcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Adding an External RSS Feed to Your WordPress Blog</title>
		<link>http://www.wp-tutorials.org/how-to-adding-an-external-rss-feed-to-your-wordpress-blog/</link>
		<comments>http://www.wp-tutorials.org/how-to-adding-an-external-rss-feed-to-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 12:55:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[wphacks.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=224</guid>
		<description><![CDATA[
			
				
			
		
Have you ever wanted to add an external RSS feed to your WordPress blog?  This is a great way to promote one of your other blogs (if it is in a similar niche) on a more popular site you run.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/how-to-adding-an-external-rss-feed-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Useful RSS-Tricks and Hacks For WordPress</title>
		<link>http://www.wp-tutorials.org/10-useful-rss-tricks-and-hacks-for-wordpress/</link>
		<comments>http://www.wp-tutorials.org/10-useful-rss-tricks-and-hacks-for-wordpress/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:30:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[smashingmagazine.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=200</guid>
		<description><![CDATA[
			
				
			
		
Let’s take a look at 10 useful, yet rather unknown RSS-tricks for WordPress. Each section of the article presents a problem, suggests a solution and provides you with an explanation of the solution, so that you can not just solve some of your RSS-related problems but also understand what you are actually doing.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/10-useful-rss-tricks-and-hacks-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable WordPress Feed</title>
		<link>http://www.wp-tutorials.org/disable-wordpress-feed/</link>
		<comments>http://www.wp-tutorials.org/disable-wordpress-feed/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[wpengineer.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=199</guid>
		<description><![CDATA[
			
				
			
		
For everybody who doesn&#8217;t need the feed functionality in WordPress I show you in a little tutorial how to deactivate all formats of a feed in WordPress.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/disable-wordpress-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Custom RSS Feed Button With Your Readers Number</title>
		<link>http://www.wp-tutorials.org/create-a-custom-rss-feed-button-with-your-readers-number/</link>
		<comments>http://www.wp-tutorials.org/create-a-custom-rss-feed-button-with-your-readers-number/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[cssleak.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=172</guid>
		<description><![CDATA[
			
				
			
		
Today, most of websites use the RSS Feed with Feedburner to analyse and to count its readers. In this tutorial, I&#8217;ll explain how create a custom RSS Feed button with the readers number. You&#8217;ll use PHP with GD and XML.
]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/create-a-custom-rss-feed-button-with-your-readers-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use “Who Sees Ads” to increase email subscribers!</title>
		<link>http://www.wp-tutorials.org/use-who-sees-ads-to-increase-email-subscribers/</link>
		<comments>http://www.wp-tutorials.org/use-who-sees-ads-to-increase-email-subscribers/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 16:55:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[blogdesignstudio.com]]></category>

		<guid isPermaLink="false">http://www.wp-tutorials.org/?p=143</guid>
		<description><![CDATA[
			
				
			
		
We’ve seen all A-list bloggers using Aweber for creating the mailing lists and that they are using the javascript pop-up boxes to display the signup information button for the first time visitor, so as to increase the signup rate. However, there are few who don’t like that at all. Anyway, I also want to increase [...]]]></description>
		<wfw:commentRss>http://www.wp-tutorials.org/use-who-sees-ads-to-increase-email-subscribers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
