<?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>BarelyBlogging &#187; Google juice</title>
	<atom:link href="http://www.barelyfitz.com/blog/archives/category/google-juice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barelyfitz.com/blog</link>
	<description>Patrick Fitzgerald of BarelyFitz Designs</description>
	<lastBuildDate>Thu, 13 Oct 2011 01:55:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hiding my del.ici.ous links</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/03/19/265/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/03/19/265/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 04:19:44 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google juice]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/03/19/265/</guid>
		<description><![CDATA[
I decided I didn&#8217;t want my del.ici.ous links fouling up my blog stream, so I hacked WordPress so it wouldn&#8217;t show posts tagged with mybookmarks unless you display the category page for that tag.
I still want to have del.icio.us post my daily bookmarks, because then I have an archive, plus it gives a little Google-juice [...]]]></description>
			<content:encoded><![CDATA[<div class="shadow"><img alt="Licking lips" id="image266" src="http://www.barelyfitz.com/blog/upload/lick-lips.jpg" /></div>
<p>I decided I didn&#8217;t want my del.ici.ous links fouling up my blog stream, so I hacked WordPress so it wouldn&#8217;t show posts tagged with <a href="http://www.barelyfitz.com/blog/archives/category/mybookmarks/">mybookmarks</a> unless you display the category page for that tag.</p>
<p>I still want to have del.icio.us post my daily bookmarks, because then I have an archive, plus it gives a little Google-juice to the bookmarked sites (and in the end that makes the web a better place, search-spammers notwithstanding).</p>
<p>After determining the Id of that category, here&#8217;s the code I added to skip it:</p>
<p style="clear: both"><code>&lt;?php if (in_category('57')) { continue; } ?&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/03/19/265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

