<?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>Mitchelaneous &#187; remove</title>
	<atom:link href="http://www.mitchelaneous.com/tag/remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mitchelaneous.com</link>
	<description>geeky tutorials, tips, guides and reviews</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:22:49 +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>Remove Extra Feeds in WordPress</title>
		<link>http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/</link>
		<comments>http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 12:37:50 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/</guid>
		<description><![CDATA[How can you remove the extra RSS feeds that are displayed in your WordPress blog, in the address bar of most modern browsers?  On my website, I only want to show my one RSS feed for people to subscribe to.  I don&#8217;t want to display the comment feed or the separate feed for a category.  [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 0px 0px 4px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" title="Remove Extra RSS in WordPress" src="http://www.mitchelaneous.com/wp-content/uploads/2010/12/wp.jpg" border="0" alt="WordPress Tip" width="142" height="135" align="right" />How can you remove the extra RSS feeds that are displayed in your WordPress blog, in the address bar of most modern browsers?  On my website, I only want to show my <strong>one</strong> RSS feed for people to subscribe to.  I don&#8217;t want to display the comment feed or the separate feed for a category.  For me, showing too many RSS feeds is confusing to a novice user.  So here is how you can turn off the extra feeds (such as category feeds) in WordPress.</p>
<p><span id="more-4341"></span></p>
<p>Place this snipit of code in your theme&#8217;s functions.php file:</p>
<p><span style="font-family: Courier New;">remove_action( &#8216;wp_head&#8217;, &#8216;feed_links_extra&#8217;, 3 ); </span></p>
<p>or if you don&#8217;t yet have anything in your functions.php file, you might have to put the PHP info in there, like so:</p>
<pre><code>&lt;?php</code> remove_action( 'wp_head', 'feed_links_extra', 3 ); <code>?&gt;</code></em></pre>
<p>That should effectively remove the extra RSS feeds displayed on your blog posts.</p>
<p>Hope this helps you out with un-cluttering some of the crap the WordPress or WordPress themes like to put in your header information.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get McAfee Off SiteAdvisor Button in Firefox</title>
		<link>http://www.mitchelaneous.com/2006/11/13/get-mcafee-off-siteadvisor-button-in-firefox/</link>
		<comments>http://www.mitchelaneous.com/2006/11/13/get-mcafee-off-siteadvisor-button-in-firefox/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 12:00:20 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[SiteAdvisor]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=823</guid>
		<description><![CDATA[Wasted space is a real pain in the butt for me. I really like the SiteAdvisor extension for Firefox. The only problem that I have with it is that it takes up too much space on the bottom of the browser window. Now before McAfee took them over I could live with the icon. How [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image822" src="http://www.mitchelaneous.com/wp-content/uploads/2006/11/sa.jpg" alt="sa.jpg" align="right"/>Wasted space is a real pain in the butt for me.</p>
<p>I really like the SiteAdvisor extension for Firefox.  The only problem that I have with it is that it takes up too much space on the bottom of the browser window.  Now before McAfee took them over I could live with the icon.</p>
<p>How about now?  It is just annoying.  This is what inspired me to want to fix this problem.  With this quick extension edit you can down size that icon and take the &#8220;McAfee&#8221; part off of it.  I love SiteAdvisor but I do not need a McAfee looking back at me every time I glance down there.</p>
<p>If somebody wants me to do so, I can post longer instructions on how I got this done.  In all reality you can replace the graphics here (just .gif files) with anything you wish.  I figured ninety percent of the folks out there just want it done and don&#8217;t care how to do it on their own.</p>
<p>First thing you need to do is download this file.</p>
<p>+ <a href="http://www.mitchelaneous.com/firefox/safe.jar">Download This File! (safe.jar)</a></p>
<p>Now that you have that downloaded, search your computer for this folder:</p>
<p>{1650a312-02bc-40ee-977e-83f158701739}</p>
<p>If you have a problem finding it there, then check out this path:</p>
<p>C:\Documents and Settings\(user name)\AplicationData\Mozilla\Firefox\Profiles\(random number)\extensions\</p>
<p>Look in there till you find the folder for SiteAdvisor.  It might take some snooping &#8211; hence the reason why I included the &#8220;find the folder&#8221; method above.</p>
<p>Once you have found it, open it up then go into the &#8220;chrome&#8221; folder.  Now inside this folder you should see a file called safe.jar.  This is the one you want to replace.  Drag the safe.jar that you downloaded from me into this folder, then replace it.</p>
<p>Restart Firefox, and your new down sized SiteAdvisor button should be there.  Want more Firefox help and tips like this?  Make sure you go visit and subscribe to <a href="http://www.firefoxfacts.com">FirefoxFacts.com</a>.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2006/11/13/get-mcafee-off-siteadvisor-button-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

