<?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>dmacias . org &#187; freicurv 2.0</title>
	<atom:link href="http://dmacias.org/tag/freicurv-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmacias.org</link>
	<description>Not quite crazy not quite sane.</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:25:50 +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>If you don&#8217;t play with it you&#8217;ll lose it.</title>
		<link>http://dmacias.org/2008/08/12/if-you-dont-play-with-it-youll-lose-it/</link>
		<comments>http://dmacias.org/2008/08/12/if-you-dont-play-with-it-youll-lose-it/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:46:32 +0000</pubDate>
		<dc:creator>dmacias</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[freicurv 2.0]]></category>
		<category><![CDATA[MySQL bug]]></category>

		<guid isPermaLink="false">http://dmacias.org/?p=253</guid>
		<description><![CDATA[So, recently I ran into a very nice WordPress theme which I&#8217;m currently using called Freicurv v2.0. However, there seems to be a very special combination of themes and MySQL versions which cause all your stories to show in ascending order instead of the default descending order. This is all great information, however it took [...]]]></description>
			<content:encoded><![CDATA[<p>So, recently I ran into a very nice WordPress theme which I&#8217;m currently using called <a href="http://www.flisterz.com/2008/02/02/freicurv20-wordpress-theme/">Freicurv v2.0</a>.  However, there seems to be a very special combination of themes and <a href="http://bugs.mysql.com/bug.php?id=32202">MySQL</a> versions which cause all your stories to show in ascending order instead of the default descending order.  This is all great information, however it took me a few hours of searching around before I put the pieces together.  So, here is it.  If the order of your stories or posts is reverse and you&#8217;ve gone to WordPress support and read this <a href="http://wordpress.org/support/topic/154622">article</a> and you&#8217;re still trying to use this theme, here is my work around:</p>
<p>In the index.php change<br />
<code> php query_posts($query_string . "&#038;cat=-111") </code><br />
to<br />
<code> php query_posts($query_string) </code></p>
<p>I&#8217;m still playing around with the theme to see if I broke anything, but more than likely the big issue will be the whole Asides category this theme uses.  Since, I will not be changing that section very often, I&#8217;m happy with just modifying the intro.php file when ever I want to make a change to that section.</p>
<p>david</p>
]]></content:encoded>
			<wfw:commentRss>http://dmacias.org/2008/08/12/if-you-dont-play-with-it-youll-lose-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

