<?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>Tinkr.net &#187; code</title>
	<atom:link href="http://tinkr.net/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinkr.net</link>
	<description>Solving Crime with Mangos and Limes Since 1999</description>
	<lastBuildDate>Wed, 23 May 2012 01:08:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://tinkr.net/?pushpress=hub'/>
		<item>
		<title>Twitter Updates off Main Page</title>
		<link>http://tinkr.net/2008/05/06/twitter-updates-off-main-page/</link>
		<comments>http://tinkr.net/2008/05/06/twitter-updates-off-main-page/#comments</comments>
		<pubDate>Tue, 06 May 2008 21:38:37 +0000</pubDate>
		<dc:creator>mace</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://tinkr.net/?p=758</guid>
		<description><![CDATA[So I was getting a little sick of all the &#8220;Twitter Update&#8221; posts clogging up my blog. They are still coming in, but they will no longer be on the front page. Thanks to Becky for pointing me in the right direction. It was simple. I just had to put this code into my home.php [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So I was getting a little sick of all the &#8220;Twitter Update&#8221; posts clogging up my blog. They are still coming in, but they will no longer be on the front page. Thanks to <a href="http://www.hightechredneckwoman.com/">Becky</a> for pointing me in the right direction. It was simple. I just had to put this code into my home.php file:</p>
<blockquote><p><code><br />
<?php<br /> if (is_home()) {<br /> query_posts("cat=-14");<br /> }<br />
?><br />
</code></p></blockquote>
<p>You just have to change the number to whatever category you want skipping the main page. Now if you care about my Twitter updates you can check them out over there &#8212;->, and if you don&#8217;t care you won&#8217;t see them.</p>
<img src="http://tinkr.net/wp-content/plugins/pixelstats/trackingpixel.php?post_id=758&amp;ts=1337813730" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://tinkr.net/2008/05/06/twitter-updates-off-main-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

