<?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>Inuitypes WP Theme &#187; bug report</title>
	<atom:link href="http://bizzartic.com/bizzthemes/inuitypes/tag/bug-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://bizzartic.com/bizzthemes/inuitypes</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 11 Feb 2009 23:24:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mauris Semper, Velit Semper Laoreet</title>
		<link>http://bizzartic.com/bizzthemes/inuitypes/2008/12/04/just-updated-to-version-101/</link>
		<comments>http://bizzartic.com/bizzthemes/inuitypes/2008/12/04/just-updated-to-version-101/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 18:28:21 +0000</pubDate>
		<dc:creator>Željan Topić</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bug report]]></category>
		<category><![CDATA[theme update]]></category>

		<guid isPermaLink="false">http://bizzartic.com/bizzthemes/iglu/?p=145</guid>
		<description><![CDATA[Update was made due to an error with pagination. Anyone that has downloaded a theme before please update it to a new version by downloading it here or change the buggy code:
File: includes/defaultlayout.php
Old code:
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
$the_query = new WP_Query('cat=-'. $ex_feat . ',-' . $ex_vid . ',-' . $ex_aside . '&#38;showposts=' . [...]]]></description>
			<content:encoded><![CDATA[<p>Update was made due to an error with pagination. Anyone that has downloaded a theme before please update it to a new version by <a href="http://bizzartic.com/bizzthemes/iglu/download/" target="_self">downloading it here</a> or change the buggy code:</p>
<p>File: <code>includes/defaultlayout.php</code></p>
<p><strong>Old code:</strong><br />
<code>$page = (get_query_var('paged')) ? get_query_var('paged') : 1;<br />
$the_query = new WP_Query('cat=-'. $ex_feat . ',-' . $ex_vid . ',-' . $ex_aside . '&amp;showposts=' . $showposts . '&amp;orderby=post_date&amp;order=</code></p>
<div id=":68" class="ArwC7c ckChnd">desc&#8217;);<br />
while ($the_query-&gt;have_posts()) : $the_query-&gt;the_post(); $do_not_duplicate = $post-&gt;ID;</div>
<div class="ArwC7c ckChnd"><span style="color: #ffffff;">*</span></div>
<div id=":68" class="ArwC7c ckChnd">
<p><strong>New code:</strong><br />
<code>$page = (get_query_var('paged')) ? get_query_var('paged') : 1;<br />
$the_query = new WP_Query('cat=-'. $ex_feat . ',-' . $ex_vid . '&amp;showposts=' . $showposts . '&amp;orderby=post_date<span style="color: #ff0000;">&amp;paged=' . $page .'</span>&amp;order=desc');<br />
while ($the_query-&gt;have_posts()) : $the_query-&gt;the_post(); $do_not_duplicate = $post-&gt;ID;</code></div>
]]></content:encoded>
			<wfw:commentRss>http://bizzartic.com/bizzthemes/inuitypes/2008/12/04/just-updated-to-version-101/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
