<?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: WordPress Theme Nonzero Red LCR Released: 3 Column, Fluid Width</title>
	<atom:link href="http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/</link>
	<description>Web Design, SEO, WordPress, Etcetra</description>
	<lastBuildDate>Sun, 03 Jan 2010 22:51:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: L&#8217;AbriCoCotier change de thème ! &#62; &#124; AbriCoCotier.fr</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-82085</link>
		<dc:creator>L&#8217;AbriCoCotier change de thème ! &#62; &#124; AbriCoCotier.fr</dc:creator>
		<pubDate>Sat, 26 Jul 2008 22:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-82085</guid>
		<description>[...] habillé du thème NonZéro modifié par mes soins [...]</description>
		<content:encoded><![CDATA[<p>[...] habillé du thème NonZéro modifié par mes soins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-79683</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-79683</guid>
		<description>@ mgr

Please refer to &lt;a href=&quot;http://codex.wordpress.org/Next_and_Previous_Links&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this section of Codex&lt;/a&gt; to check if you have added the code as described.</description>
		<content:encoded><![CDATA[<p>@ mgr</p>
<p>Please refer to <a href="http://codex.wordpress.org/Next_and_Previous_Links" target="_blank" rel="nofollow">this section of Codex</a> to check if you have added the code as described.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgr</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-79678</link>
		<dc:creator>mgr</dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-79678</guid>
		<description>hi and thanks again. unfortunately this does not work either. When I paste the code, I get this error message &quot;Parse error: syntax error, unexpected &#039;;&#039; in /kunden/178742_10249/webseiten/serendipity/wordpress/wp-content/themes/nonzero/single.php on line 38&quot;

Also, I do have a previous/next post code order in my single.php which looks like this, but it does not appear on any of my pages. 






		


I have no idea, why it&#039;s not being displayed.</description>
		<content:encoded><![CDATA[<p>hi and thanks again. unfortunately this does not work either. When I paste the code, I get this error message &#8220;Parse error: syntax error, unexpected &#8216;;&#8217; in /kunden/178742_10249/webseiten/serendipity/wordpress/wp-content/themes/nonzero/single.php on line 38&#8243;</p>
<p>Also, I do have a previous/next post code order in my single.php which looks like this, but it does not appear on any of my pages. </p>
<p>I have no idea, why it&#8217;s not being displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-79672</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-79672</guid>
		<description>@ mgr

To navigate from one post to the next in single posts, open single.php and look for this:
&lt;blockquote&gt;&lt;?php endwhile; ?&gt;&lt;br /&gt;
&lt;?php else : ?&gt;&lt;/blockquote&gt;
Add a line between the two lines code to make it look like this:
&lt;blockquote&gt;&lt;?php endwhile; ?&gt;&lt;br /&gt;
&lt;p&gt;&lt;?php previous_post_link(&#039;« %link&#039;); ?&gt; &lt;?php next_post_link(&#039;// %link »&#039;); ?&gt;&lt;/p&gt;&lt;br /&gt;
&lt;?php else : ?&gt;&lt;/blockquote&gt;
That should do it.</description>
		<content:encoded><![CDATA[<p>@ mgr</p>
<p>To navigate from one post to the next in single posts, open single.php and look for this:</p>
<blockquote><p>&lt;?php endwhile; ?&gt;<br />
&lt;?php else : ?&gt;</p></blockquote>
<p>Add a line between the two lines code to make it look like this:</p>
<blockquote><p>&lt;?php endwhile; ?&gt;<br />
&lt;p&gt;&lt;?php previous_post_link(&#8216;« %link&#8217;); ?&gt; &lt;?php next_post_link(&#8216;// %link »&#8217;); ?&gt;&lt;/p&gt;<br />
&lt;?php else : ?&gt;</p></blockquote>
<p>That should do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgr</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-79665</link>
		<dc:creator>mgr</dc:creator>
		<pubDate>Wed, 09 Apr 2008 14:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-79665</guid>
		<description>hi and thanks. unfortunately, this does not bring about the desired effect. I think I&#039;ll need to change something on the single.php, so that users can navigate from a given post to next/previous. any idea?</description>
		<content:encoded><![CDATA[<p>hi and thanks. unfortunately, this does not bring about the desired effect. I think I&#8217;ll need to change something on the single.php, so that users can navigate from a given post to next/previous. any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-79625</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Mon, 07 Apr 2008 02:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-79625</guid>
		<description>@ mgr

Refer to &lt;a href=&quot;http://www.headsetoptions.org/2007/01/17/nonzero-widget-released/#comment-61909&quot; title=&quot;previous next&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@ mgr</p>
<p>Refer to <a href="http://www.headsetoptions.org/2007/01/17/nonzero-widget-released/#comment-61909" title="previous next" rel="nofollow">this comment</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgr</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-79596</link>
		<dc:creator>mgr</dc:creator>
		<pubDate>Sat, 05 Apr 2008 16:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-79596</guid>
		<description>Hi, love your theme. Unfortunately, the buttons for &quot;next page&quot; and &quot;previous page&quot; don&#039;t appear under my posts. I have no idea what&#039;s going wrong here, can you help? Thanks, mgr</description>
		<content:encoded><![CDATA[<p>Hi, love your theme. Unfortunately, the buttons for &#8220;next page&#8221; and &#8220;previous page&#8221; don&#8217;t appear under my posts. I have no idea what&#8217;s going wrong here, can you help? Thanks, mgr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-76001</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Mon, 17 Dec 2007 00:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-76001</guid>
		<description>@ Michael

During updates, always overwrite all the files/folders, not just the new ones.

I am glad it got fixed, I fixed the demo weirdness in FF.</description>
		<content:encoded><![CDATA[<p>@ Michael</p>
<p>During updates, always overwrite all the files/folders, not just the new ones.</p>
<p>I am glad it got fixed, I fixed the demo weirdness in FF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-76000</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 16 Dec 2007 22:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-76000</guid>
		<description>Well, problem fixed! I don&#039;t know what the issue exactly was but I uploaded a new install of Wordpress and problem solved.

Thank you for your help!</description>
		<content:encoded><![CDATA[<p>Well, problem fixed! I don&#8217;t know what the issue exactly was but I uploaded a new install of Wordpress and problem solved.</p>
<p>Thank you for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/comment-page-1/#comment-75999</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 16 Dec 2007 21:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-75999</guid>
		<description>Also, the problem on my site, is on individual posts and pages as well as the main page, so it spans more then 1 PHP page.</description>
		<content:encoded><![CDATA[<p>Also, the problem on my site, is on individual posts and pages as well as the main page, so it spans more then 1 PHP page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
