	
<?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>Sarasota Web Design, 3d Animation, Video, Audio &#187; wordpress disable feed</title>
	<atom:link href="http://www.razworks.com/blog/tag/wordpress-disable-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razworks.com/blog</link>
	<description>Website Design, Magento Ecommerce websites, 3D Animation and Modeling, Video editing and web video development, Audio recording and voiceovers, SEO</description>
	<lastBuildDate>Sun, 08 Jan 2012 18:45:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Disable RSS Feed</title>
		<link>http://www.razworks.com/blog/disable-rss-feed/</link>
		<comments>http://www.razworks.com/blog/disable-rss-feed/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:55:57 +0000</pubDate>
		<dc:creator>Razworks Web Designer Sarasota</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[disable wordpress feed]]></category>
		<category><![CDATA[wordpress disable feed]]></category>

		<guid isPermaLink="false">http://www.razworks.com/blog/?p=376</guid>
		<description><![CDATA[To disable the rss feed and redirect to the home page in wpmu: Add this code to functions.php /** * Disable Our Feed Urls */ function disable_our_feeds() { wp_redirect(get_option('siteurl')); } add_action('do_feed', 'disable_our_feeds', 1); add_action('do_feed_rdf', 'disable_our_feeds', 1); add_action('do_feed_rss', 'disable_our_feeds', 1); add_action('do_feed_rss2', 'disable_our_feeds', 1); add_action('do_feed_atom', 'disable_our_feeds', 1); and/or open wp-feed.php, wp-rss.php, and wp-rss2.php and change the following [...]]]></description>
		<wfw:commentRss>http://www.razworks.com/blog/disable-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

