<?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: Raindrops Neat 3 Column WordPress Theme Released</title>
	<atom:link href="http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/</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: ~iMoM~ &#187; New Year, New Look</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-80574</link>
		<dc:creator>~iMoM~ &#187; New Year, New Look</dc:creator>
		<pubDate>Mon, 09 Jun 2008 02:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-80574</guid>
		<description>[...] Side&#8220;? It was designed by Headsetoptions and Mandarinmusing, the same guys who did the Rain Drops theme I used for most of 2007. I love that I don&#8217;t have to tweak around much with their [...]</description>
		<content:encoded><![CDATA[<p>[...] Side&#8220;? It was designed by Headsetoptions and Mandarinmusing, the same guys who did the Rain Drops theme I used for most of 2007. I love that I don&#8217;t have to tweak around much with their [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prise de tête</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-60551</link>
		<dc:creator>Prise de tête</dc:creator>
		<pubDate>Tue, 06 Nov 2007 17:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-60551</guid>
		<description>[...] Le thème que j&#8217;utilisais ( raindrops ) sous WordPress précédemment ne me donnait pas satisfaction avec IE7, le résultat était pitoyable, malgré quelques essais infructueux de modification de la feuille de style. A noter que le résultat était tout à fait satisfaisant avec Firefox et IE6. [...]</description>
		<content:encoded><![CDATA[<p>[...] Le thème que j&#8217;utilisais ( raindrops ) sous WordPress précédemment ne me donnait pas satisfaction avec IE7, le résultat était pitoyable, malgré quelques essais infructueux de modification de la feuille de style. A noter que le résultat était tout à fait satisfaisant avec Firefox et IE6. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-49411</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Sun, 07 Oct 2007 22:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-49411</guid>
		<description>@ Rich

Why don&#039;t you replace the rightsidebar.php file in the theme and check if it works. I do not believe the issue is with the file you edited, it night be your Amazon ads and your large images in post.</description>
		<content:encoded><![CDATA[<p>@ Rich</p>
<p>Why don&#8217;t you replace the rightsidebar.php file in the theme and check if it works. I do not believe the issue is with the file you edited, it night be your Amazon ads and your large images in post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-49186</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 07 Oct 2007 04:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-49186</guid>
		<description>&lt;code&gt;
&lt;div id=&quot;sidebar-b&quot;&gt;
&lt;?php if ( function_exists(&#039;dynamic_sidebar&#039;) &amp;&amp; dynamic_sidebar(2) ) : else : ?&gt;

&lt;!-- sidebar --&gt;
&lt;h2&gt;&lt;?php _e(&#039;Meta:&#039;); ?&gt; &lt;/h2&gt;
&lt;ul&gt;
&lt;?php wp_register(); ?&gt;
&lt;&lt;?php wp_meta(); ?&gt;&gt;
&lt;/ul&gt;


Can you please help me. I messed with my right sidebar code and not only did it mess up the sidebar, but it messed up the whole site. Here is my current right sidebar code. Can you fix it? Thanks in advance.





&lt;?php endif; ?&gt;
&lt;/div&gt;

&lt;!-- end sidebar --&gt;


&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
&lt;div id="sidebar-b"&gt;<br />
&lt;?php if ( function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar(2) ) : else : ?&gt;</p>
<p>&lt;!-- sidebar --&gt;<br />
&lt;h2&gt;&lt;?php _e('Meta:'); ?&gt; &lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php wp_register(); ?&gt;<br />
&lt;&lt;?php wp_meta(); ?&gt;&gt;<br />
&lt;/ul&gt;</p>
<p>Can you please help me. I messed with my right sidebar code and not only did it mess up the sidebar, but it messed up the whole site. Here is my current right sidebar code. Can you fix it? Thanks in advance.</p>
<p>&lt;?php endif; ?&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!-- end sidebar --&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-49185</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 07 Oct 2007 04:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-49185</guid>
		<description>Can you please help me.  I messed with my right sidebar code and not only did it mess up the sidebar, but it messed up the whole site.  Here is my current right sidebar code.  Can you fix it?  Thanks in advance.




&lt;!-- sidebar --&gt;
 


&gt;








&lt;!-- end sidebar --&gt;</description>
		<content:encoded><![CDATA[<p>Can you please help me.  I messed with my right sidebar code and not only did it mess up the sidebar, but it messed up the whole site.  Here is my current right sidebar code.  Can you fix it?  Thanks in advance.</p>
<p><!-- sidebar --></p>
<p>&gt;</p>
<p><!-- end sidebar --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-41556</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Sat, 08 Sep 2007 07:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-41556</guid>
		<description>@ Paisley

Try looking for the footer style in style.css and adjust the width. It is possible to set the width using px or %, so  make the changes as needed.</description>
		<content:encoded><![CDATA[<p>@ Paisley</p>
<p>Try looking for the footer style in style.css and adjust the width. It is possible to set the width using px or %, so  make the changes as needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paisley</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-39581</link>
		<dc:creator>Paisley</dc:creator>
		<pubDate>Fri, 31 Aug 2007 11:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-39581</guid>
		<description>I am using both themes. One for the website and one for my blog so they integrate well. I am not familiar with css but do get by. Anyway to change the width so it is fixed. I did it to 90% but the footer still the same size as original in blog theme. Please advise how to change that or maybe the whole width.</description>
		<content:encoded><![CDATA[<p>I am using both themes. One for the website and one for my blog so they integrate well. I am not familiar with css but do get by. Anyway to change the width so it is fixed. I did it to 90% but the footer still the same size as original in blog theme. Please advise how to change that or maybe the whole width.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-36179</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Mon, 13 Aug 2007 12:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-36179</guid>
		<description>@ Rich

Use this for archives:
&lt;blockquote&gt;&lt;code&gt;&lt;ul&gt;&lt;?php wp_get_archives(&#039;type=monthly&#039;); ?&gt;&lt;/ul&gt;
&lt;/code&gt;&lt;/blockquote&gt;
And use either one for blogroll:
&lt;blockquote&gt;&lt;code&gt;&lt;?php get_links_list(); ?&gt; &lt;/code&gt;&lt;/blockquote&gt;
or
&lt;blockquote&gt;&lt;code&gt;&lt;?php wp_get_linksbyname(&#039;NAMEOFLINKSCAT&#039;) ?&gt;
&lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@ Rich</p>
<p>Use this for archives:</p>
<blockquote><p><code>&lt;ul&gt;&lt;?php wp_get_archives('type=monthly'); ?&gt;&lt;/ul&gt;<br />
</code></p></blockquote>
<p>And use either one for blogroll:</p>
<blockquote><p><code>&lt;?php get_links_list(); ?&gt; </code></p></blockquote>
<p>or</p>
<blockquote><p><code>&lt;?php wp_get_linksbyname('NAMEOFLINKSCAT') ?&gt;<br />
</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-36082</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 12 Aug 2007 20:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-36082</guid>
		<description>I mistakenly deleted the code that makes my archives and blogroll show up.  Can you repost?  Thanks for your help.

Rich</description>
		<content:encoded><![CDATA[<p>I mistakenly deleted the code that makes my archives and blogroll show up.  Can you repost?  Thanks for your help.</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SusHI &#124; Sustainability in Hawai`i &#187; shout out blog love to theme designers</title>
		<link>http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/comment-page-1/#comment-30341</link>
		<dc:creator>SusHI &#124; Sustainability in Hawai`i &#187; shout out blog love to theme designers</dc:creator>
		<pubDate>Sun, 08 Jul 2007 17:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/03/31/raindrops-neat-3-column-wordpress-theme-released/#comment-30341</guid>
		<description>[...] This means we&#8217;re switching away from our original (and way kewl) &#8216;Fresh&#8216; template, and switching to the (triply kewl) &#8216;Raindrops&#8221; template. [...]</description>
		<content:encoded><![CDATA[<p>[...] This means we&#8217;re switching away from our original (and way kewl) &#8216;Fresh&#8216; template, and switching to the (triply kewl) &#8216;Raindrops&#8221; template. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
