<?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"
	>
<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, Etcetera</description>
	<pubDate>Fri, 29 Aug 2008 23:12:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<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-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-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="http://codex.wordpress.org/Next_and_Previous_Links" target="_blank" rel="nofollow"&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-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 "Parse error: syntax error, unexpected ';' in /kunden/178742_10249/webseiten/serendipity/wordpress/wp-content/themes/nonzero/single.php on line 38"

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'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-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;&#60;?php endwhile; ?&#62;&lt;br /&gt;
&#60;?php else : ?&#62;&lt;/blockquote&gt;
Add a line between the two lines code to make it look like this:
&lt;blockquote&gt;&#60;?php endwhile; ?&#62;&lt;br /&gt;
&#60;p&#62;&#60;?php previous_post_link('« %link'); ?&#62; &#60;?php next_post_link('// %link »'); ?&#62;&#60;/p&#62;&lt;br /&gt;
&#60;?php else : ?&#62;&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(&#8217;« %link&#8217;); ?&gt; &lt;?php next_post_link(&#8217;// %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-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'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-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="http://www.headsetoptions.org/2007/01/17/nonzero-widget-released/#comment-61909" title="previous next" rel="nofollow"&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-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 "next page" and "previous page" don't appear under my posts. I have no idea what'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-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-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'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-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>
	<item>
		<title>By: Michael</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-75998</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 16 Dec 2007 21:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-75998</guid>
		<description>This is really weird. Your test site looks fine in IE 6 and IE 7, but in FF it loads almost as if there is no CSS or something.

I have disabled all the plug ins on my website now and am still having the same issue. The theme I am using is a new install so it is not anything I have done to HTML. 

Any other ideas?

Thank you for the quick reply!</description>
		<content:encoded><![CDATA[<p>This is really weird. Your test site looks fine in IE 6 and IE 7, but in FF it loads almost as if there is no CSS or something.</p>
<p>I have disabled all the plug ins on my website now and am still having the same issue. The theme I am using is a new install so it is not anything I have done to HTML. </p>
<p>Any other ideas?</p>
<p>Thank you for the quick reply!</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-75997</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Sun, 16 Dec 2007 20:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-75997</guid>
		<description>@ Michael

That is strange, I ran a test run (from the demo above) on all three browsers and it looks/works fine. If you have replaced the CSS with the original, then the issue is not with the CSS itself, it's either a plugin (guessing here) or if you have used a HTML code someplace that is actually causing the divs to break. 

I want you to test the demo from this page (scroll back up) and tell me if you see the theme broken in IE6 and IE7?

One thing you could try is disable ALL plugins and check, if you are running version 2.3.1 the only difference with this theme is one deprecated tag (which is you are using the latest widgets plugin should not be an issue at all), either way it will not cause the theme to break!</description>
		<content:encoded><![CDATA[<p>@ Michael</p>
<p>That is strange, I ran a test run (from the demo above) on all three browsers and it looks/works fine. If you have replaced the CSS with the original, then the issue is not with the CSS itself, it&#8217;s either a plugin (guessing here) or if you have used a HTML code someplace that is actually causing the divs to break. </p>
<p>I want you to test the demo from this page (scroll back up) and tell me if you see the theme broken in IE6 and IE7?</p>
<p>One thing you could try is disable ALL plugins and check, if you are running version 2.3.1 the only difference with this theme is one deprecated tag (which is you are using the latest widgets plugin should not be an issue at all), either way it will not cause the theme to break!</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-75995</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 16 Dec 2007 18:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-75995</guid>
		<description>I have been using your theme for many months, and just now realized a problem. I use FF and all is well there, but when viewed in IE6 or IE7 there appear to be formatting issues. I am running WP 2.3.1.
-In IE6 the text in the center column runs into the right column, making it nearly impossible to read the text.
In IE7, the center column text runs clear to the right hand of the screen and the right column actually moves to the bottom of all post entries. 

I had modified some of the css settings and stuff (wanted all black and red) and thought maybe I did something wrong there, so I have actually just downloaded a fresh install from this page and it is doing the same thing. I did disable plugins that I thought might have been messing with the formatting but that didn't help (I have reenabled them).

I will leave the current (just downloaded) version active for a day or two in case you want to see what I am talking about. Any help would be greatly appreciated, I love this theme and want to continue using it.

Thank you in advance for your help.</description>
		<content:encoded><![CDATA[<p>I have been using your theme for many months, and just now realized a problem. I use FF and all is well there, but when viewed in IE6 or IE7 there appear to be formatting issues. I am running WP 2.3.1.<br />
-In IE6 the text in the center column runs into the right column, making it nearly impossible to read the text.<br />
In IE7, the center column text runs clear to the right hand of the screen and the right column actually moves to the bottom of all post entries. </p>
<p>I had modified some of the css settings and stuff (wanted all black and red) and thought maybe I did something wrong there, so I have actually just downloaded a fresh install from this page and it is doing the same thing. I did disable plugins that I thought might have been messing with the formatting but that didn&#8217;t help (I have reenabled them).</p>
<p>I will leave the current (just downloaded) version active for a day or two in case you want to see what I am talking about. Any help would be greatly appreciated, I love this theme and want to continue using it.</p>
<p>Thank you in advance for your help.</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-60313</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Mon, 05 Nov 2007 21:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-60313</guid>
		<description>@ Jaushua

You are using a older version that used a query in index.php without a conditional statement to change it in pages 2 and over.  I suggest you download the newer version (&lt;a rel="nofollow" title="Nonzero Red Widget WordPress Theme" href="http://www.headsetoptions.org/2007/02/04/nonzero-red-widget-is-available-for-download/" rel="nofollow"&gt;Nonzero Red Widget&lt;/a&gt;) and use it instead.</description>
		<content:encoded><![CDATA[<p>@ Jaushua</p>
<p>You are using a older version that used a query in index.php without a conditional statement to change it in pages 2 and over.  I suggest you download the newer version (<a rel="nofollow" title="Nonzero Red Widget WordPress Theme" href="http://www.headsetoptions.org/2007/02/04/nonzero-red-widget-is-available-for-download/" rel="nofollow">Nonzero Red Widget</a>) and use it instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-60238</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Mon, 05 Nov 2007 16:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-60238</guid>
		<description>@hso

Thanks. I guess I should have clarified that getting the pagination options isn't so much the issue I'm having rather than getting pagination to work. 

http://blog.powweb.com/page/2/
http://blog.powweb.com/page/3/
http://blog.powweb.com/page/4

all show the same content. I would think this something more to do with the theme than a plugin needed to generate the nav links. Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>@hso</p>
<p>Thanks. I guess I should have clarified that getting the pagination options isn&#8217;t so much the issue I&#8217;m having rather than getting pagination to work. </p>
<p><a href="http://blog.powweb.com/page/2/" rel="nofollow">http://blog.powweb.com/page/2/</a><br />
<a href="http://blog.powweb.com/page/3/" rel="nofollow">http://blog.powweb.com/page/3/</a><br />
<a href="http://blog.powweb.com/page/4" rel="nofollow">http://blog.powweb.com/page/4</a></p>
<p>all show the same content. I would think this something more to do with the theme than a plugin needed to generate the nav links. Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daves Blog &#187; Blog Archive &#187; Die besten 3-Column Wordpress Themes</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-59557</link>
		<dc:creator>Daves Blog &#187; Blog Archive &#187; Die besten 3-Column Wordpress Themes</dc:creator>
		<pubDate>Sat, 03 Nov 2007 14:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-59557</guid>
		<description>[...] Zwei Sidebars (Position frei w&#228;hlbar), 100% Breite, der Content ist fluid, die Sidebars fixed. Die neuen Versionen des Themes sind Widget Ready, das Theme gibt es auf der Seite in unterschiedlichen Ausf&#252;hrungen. Download Download (Widget Ready Version) Live-Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Zwei Sidebars (Position frei w&#228;hlbar), 100% Breite, der Content ist fluid, die Sidebars fixed. Die neuen Versionen des Themes sind Widget Ready, das Theme gibt es auf der Seite in unterschiedlichen Ausf&#252;hrungen. Download Download (Widget Ready Version) Live-Demo [...]</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-59358</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Fri, 02 Nov 2007 20:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-59358</guid>
		<description>@ Joshua

You could try one of the two options:

1. &lt;a title="digg style pagination plugin" href="http://www.headsetoptions.org/www.mis-algoritmos.com/2007/03/12/wp-digg-style-pagination-plugin/" target="_blank" rel="nofollow"&gt;Plugin&lt;/a&gt; or 2. &lt;a title="Codex" href="http://codex.wordpress.org/Next_and_Previous_Links" target="_blank" rel="nofollow"&gt;Hard code&lt;/a&gt;

Hope it helps!</description>
		<content:encoded><![CDATA[<p>@ Joshua</p>
<p>You could try one of the two options:</p>
<p>1. <a title="digg style pagination plugin" href="http://www.headsetoptions.org/www.mis-algoritmos.com/2007/03/12/wp-digg-style-pagination-plugin/" target="_blank" rel="nofollow">Plugin</a> or 2. <a title="Codex" href="http://codex.wordpress.org/Next_and_Previous_Links" target="_blank" rel="nofollow">Hard code</a></p>
<p>Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-59325</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Fri, 02 Nov 2007 16:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-59325</guid>
		<description>I'm using one version of this theme, but I'd like to know how to let users paginate through the posts. Right now, the only way someone can find a post other than what isn't on the homepage is to dig through the monthly archives. Some folks like to read back through posts in chronological order.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using one version of this theme, but I&#8217;d like to know how to let users paginate through the posts. Right now, the only way someone can find a post other than what isn&#8217;t on the homepage is to dig through the monthly archives. Some folks like to read back through posts in chronological order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kotra</title>
		<link>http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-28748</link>
		<dc:creator>kotra</dc:creator>
		<pubDate>Sat, 30 Jun 2007 05:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-28748</guid>
		<description>Thanks HSO!  I have informed my host.</description>
		<content:encoded><![CDATA[<p>Thanks HSO!  I have informed my host.</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-28706</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Sat, 30 Jun 2007 02:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/08/wordpress-theme-nonzero-red-lcr-released-3-column-fluid-width/#comment-28706</guid>
		<description>@ Kotra

You need to activate a plugin called Recent Comment, &lt;a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" title="recent comments" rel="nofollow"&gt;here's the plugin&lt;/a&gt;, upload it into wp-content/plugins and activate.

As to accessing wp-content, you need to either use FTP or webFTP to be able to view this folder, contact your host if you do not have access to it.</description>
		<content:encoded><![CDATA[<p>@ Kotra</p>
<p>You need to activate a plugin called Recent Comment, <a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" title="recent comments" rel="nofollow">here&#8217;s the plugin</a>, upload it into wp-content/plugins and activate.</p>
<p>As to accessing wp-content, you need to either use FTP or webFTP to be able to view this folder, contact your host if you do not have access to it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.761 seconds -->
