<?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>TheTobers.net &#187; Bug fix</title>
	<atom:link href="http://thetobers.net/tag/bug-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetobers.net</link>
	<description>Atlanta Tobers</description>
	<lastBuildDate>Sat, 05 Nov 2011 15:01:11 +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>$query_post syntax</title>
		<link>http://thetobers.net/2008/07/query_post-syntax/</link>
		<comments>http://thetobers.net/2008/07/query_post-syntax/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 07:08:20 +0000</pubDate>
		<dc:creator>rtober</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[$query_posts]]></category>
		<category><![CDATA[Bug fix]]></category>
		<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thetobers.net/?p=72</guid>
		<description><![CDATA[On the off chance you stumble into this post while searching for an obscure [WordPress] bug, look no further. After 5 minutes of [WordPress template tag codex] searching on the properties of the $query_posts tag, you can fix an issue with the &#8220;Next &#38; Previous&#8221; page links failing to advance the main page by replacing &#8230; </p><p><a class="more-link block-button" href="http://thetobers.net/2008/07/query_post-syntax/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">O</span>n the off chance you stumble into this post while searching for an obscure [<a href="http://www.wordpress.org" target="_window">WordPress</a>] bug, look no further. After 5 minutes of [<a href="http://codex.wordpress.org/Template_Tags" target="_window">WordPress template tag codex</a>] searching on the properties of the <strong>$query_posts</strong> tag, you can fix an issue with the &#8220;Next &amp; Previous&#8221; page links failing to advance the main page by replacing this:</p>
<p><code>&lt; ?php query_posts('cat=-8'); ?&gt;</code></p>
<p>with this:</p>
<p><code>&lt; ?php query_posts($query_string.'$cat=-8'); ?&gt;</code></p>
<p><strong>Footnote:</strong> After reading through my original post, I realized how absolutely retarded it was. Not sure why I even blogged about it. So I cut out all the crap and just posted the code fix. I&#8217;m pretty sure nobody cares but I needed something to post and this is about exciting as things get when I start goofing with PHP.</p>
<p><strong>Update 08/06/08:</strong><br />
This &#8216;bug&#8217; is has become more difficult to fix than I originally thought.  I&#8217;m still trying to figure out how to get a filter applied to my main page without breaking the nav links.</p>
]]></content:encoded>
			<wfw:commentRss>http://thetobers.net/2008/07/query_post-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

