<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bluezine &#8211; Free Magazine WordPress Theme</title>
	<atom:link href="http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/</link>
	<description>Free Premium Quality Wordpress Themes</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:01:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta name="generator" content="WPC 1.0" />
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-980</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-980</guid>
		<description>never mind. it worked with other code :D But that surely gave me a headache</description>
		<content:encoded><![CDATA[<p>never mind. it worked with other code <img src='http://wpcrunchy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  But that surely gave me a headache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-978</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-978</guid>
		<description>after  . Or any other place as a matter of fact.</description>
		<content:encoded><![CDATA[<p>after  . Or any other place as a matter of fact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-977</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-977</guid>
		<description>I added the code in the single.php file, right after &quot;&quot; , but it was just like a text in my page. I tried deleting the first space (between &lt; and ? ), but it does nothing.
What shall I do?</description>
		<content:encoded><![CDATA[<p>I added the code in the single.php file, right after &#8220;&#8221; , but it was just like a text in my page. I tried deleting the first space (between &lt; and ? ), but it does nothing.<br />
What shall I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-976</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-976</guid>
		<description>thank you, that works perfect :)</description>
		<content:encoded><![CDATA[<p>thank you, that works perfect <img src='http://wpcrunchy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akosipau</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-972</link>
		<dc:creator>akosipau</dc:creator>
		<pubDate>Wed, 20 Jan 2010 03:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-972</guid>
		<description>use wp-pagenavi plugin to enable the pagination in all pages</description>
		<content:encoded><![CDATA[<p>use wp-pagenavi plugin to enable the pagination in all pages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akosipau</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-970</link>
		<dc:creator>akosipau</dc:creator>
		<pubDate>Wed, 20 Jan 2010 03:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-970</guid>
		<description>open single.php and add the code below inside the loop

&lt;pre class=&quot;brush: php&quot;&gt;
&lt;?php posts_nav_link(); ?&gt;
&lt;/pre&gt;

P.S
will include that on bluzine theme update soon</description>
		<content:encoded><![CDATA[<p>open single.php and add the code below inside the loop</p>
<pre class="brush: php">
< ?php posts_nav_link(); ?>
</pre>
<p>P.S<br />
will include that on bluzine theme update soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-955</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-955</guid>
		<description>Oh and another thing, the pagenavi doesn&#039;t work in search or archive neither. It is maybe cause i can&#039;t find this function in functions.php?
Anyway, please help me, cause I would be forced to change the theme and I really wouldn&#039;t like that.</description>
		<content:encoded><![CDATA[<p>Oh and another thing, the pagenavi doesn&#8217;t work in search or archive neither. It is maybe cause i can&#8217;t find this function in functions.php?<br />
Anyway, please help me, cause I would be forced to change the theme and I really wouldn&#8217;t like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-954</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-954</guid>
		<description>Oh and another thing. That thing with navigation through pages in the main page...doesn;t work either on my site :(</description>
		<content:encoded><![CDATA[<p>Oh and another thing. That thing with navigation through pages in the main page&#8230;doesn;t work either on my site <img src='http://wpcrunchy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3aeyes</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-953</link>
		<dc:creator>S3aeyes</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-953</guid>
		<description>Hello,
  
   Thanks for the theme. I am using it on my website. One problem though.

   Does someone know how to add &#039;previous and next article&#039; links to the single post? I want my articles to be read..It&#039;s a bit difficult without this function..

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>   Thanks for the theme. I am using it on my website. One problem though.</p>
<p>   Does someone know how to add &#8216;previous and next article&#8217; links to the single post? I want my articles to be read..It&#8217;s a bit difficult without this function..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://wpcrunchy.com/2009/05/20/bluezine-free-magazine-wordpress-theme/comment-page-2/#comment-588</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrunchy.com/?p=366#comment-588</guid>
		<description>The only thing I can change from there is the category of posts I want displayed (which doesn&#039;t help me) and the number of posts to display. I just want to choose my own posts. Is there any way I can do that?
I used the Featured Content Gallery on my last theme, but on this one just can&#039;t make it work.</description>
		<content:encoded><![CDATA[<p>The only thing I can change from there is the category of posts I want displayed (which doesn&#8217;t help me) and the number of posts to display. I just want to choose my own posts. Is there any way I can do that?<br />
I used the Featured Content Gallery on my last theme, but on this one just can&#8217;t make it work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
