<?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: Gathering 3C: Free Clean Adsense Ready WP Theme</title>
	<atom:link href="http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/</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: imagensmix.com &#187; Blog Archive &#187; WordPress Temas ( Os Melhores do ano de 2007 4º Parte )</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-49419</link>
		<dc:creator>imagensmix.com &#187; Blog Archive &#187; WordPress Temas ( Os Melhores do ano de 2007 4º Parte )</dc:creator>
		<pubDate>Sun, 07 Oct 2007 23:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-49419</guid>
		<description>[...] 73 - The gathering (3 column)  Theme by Headsetoptions &#124; Live Demo &#124; Download [...]</description>
		<content:encoded><![CDATA[<p>[...] 73 &#8211; The gathering (3 column)  Theme by Headsetoptions | Live Demo | Download [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The DailyFox &#187; Thèmes Wordpress</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-38710</link>
		<dc:creator>The DailyFox &#187; Thèmes Wordpress</dc:creator>
		<pubDate>Mon, 27 Aug 2007 10:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-38710</guid>
		<description>[...] Pour finir, Gathering 3C est un thème que j&#8217;aime assez, du même auteur que celui que j&#8217;utilise (et que j&#8217;ai quelques peu modifié). Il y a également moultes autres créations sur cette page. Tous intègre un emplacement pour de la pub Adsense (ou des banières). Bien entendu, si on est pas fan du Orange, on pourra toujours modifier simplement la feuille de style (comme j&#8217;ai fais pour ce même thème :)). Gathering 3C est visible et téléchargeable ici. [...]</description>
		<content:encoded><![CDATA[<p>[...] Pour finir, Gathering 3C est un thème que j&#8217;aime assez, du même auteur que celui que j&#8217;utilise (et que j&#8217;ai quelques peu modifié). Il y a également moultes autres créations sur cette page. Tous intègre un emplacement pour de la pub Adsense (ou des banières). Bien entendu, si on est pas fan du Orange, on pourra toujours modifier simplement la feuille de style (comme j&#8217;ai fais pour ce même thème <img src='http://www.headsetoptions.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). Gathering 3C est visible et téléchargeable ici. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emigre</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-35124</link>
		<dc:creator>emigre</dc:creator>
		<pubDate>Mon, 06 Aug 2007 08:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-35124</guid>
		<description>Thanks very much for all your help hso.</description>
		<content:encoded><![CDATA[<p>Thanks very much for all your help hso.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34739</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Fri, 03 Aug 2007 17:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34739</guid>
		<description>Open style.css, look for this:

&lt;blockquote&gt;#maincontent h1, #maincontent h3, #maincontent h4
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 175%;
	color: #888;
}&lt;/blockquote&gt;

Change that to:

&lt;blockquote&gt;#maincontent h1 a, #maincontent h3, #maincontent h4
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 175%;
	color: #888;
}

#maincontent h1 a:hover
{
text-decoration: underline
}&lt;/blockquote&gt;

Then open index.php and look for this:

&lt;blockquote&gt;&lt;code&gt;
&lt;h1&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
&lt;/code&gt;&lt;/blockquote&gt;

make that:

&lt;blockquote&gt;&lt;code&gt;
&lt;h1&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;/code&gt;&lt;/blockquote&gt;

That should get the post heading working on the home page, repeat the same (h1 mod only) for search.php</description>
		<content:encoded><![CDATA[<p>Open style.css, look for this:</p>
<blockquote><p>#maincontent h1, #maincontent h3, #maincontent h4<br />
{<br />
	margin: 0 0 15px 0;<br />
	padding: 0;<br />
	font-weight: normal;<br />
	letter-spacing: -2px;<br />
	font-size: 175%;<br />
	color: #888;<br />
}</p></blockquote>
<p>Change that to:</p>
<blockquote><p>#maincontent h1 a, #maincontent h3, #maincontent h4<br />
{<br />
	margin: 0 0 15px 0;<br />
	padding: 0;<br />
	font-weight: normal;<br />
	letter-spacing: -2px;<br />
	font-size: 175%;<br />
	color: #888;<br />
}</p>
<p>#maincontent h1 a:hover<br />
{<br />
text-decoration: underline<br />
}</p></blockquote>
<p>Then open index.php and look for this:</p>
<blockquote><p><code><br />
&lt;h1&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;<br />
</code></p></blockquote>
<p>make that:</p>
<blockquote><p><code><br />
&lt;h1&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />
</code></p></blockquote>
<p>That should get the post heading working on the home page, repeat the same (h1 mod only) for search.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emigre</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34683</link>
		<dc:creator>emigre</dc:creator>
		<pubDate>Fri, 03 Aug 2007 08:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34683</guid>
		<description>Thank you so much hso...

Darndest thing...I just realised that the titles of all the posts are not clickable...see here:

http://moreblogmoney.com/</description>
		<content:encoded><![CDATA[<p>Thank you so much hso&#8230;</p>
<p>Darndest thing&#8230;I just realised that the titles of all the posts are not clickable&#8230;see here:</p>
<p><a href="http://moreblogmoney.com/" rel="nofollow">http://moreblogmoney.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34520</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Thu, 02 Aug 2007 13:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34520</guid>
		<description>@ emigre

What you could do to avoid images from the arrows is to open style.css and find this:

&lt;blockquote&gt;
#sidemenu a
{
	display: block;
	padding: 3px;
	width: 144px;
	background: #FFF url(&#039;images/sidemenu-background-active.gif&#039;) repeat-x;
}
#sidemenu a:link
{
	color: #F90;
	text-decoration: none;
}
#sidemenu a:hover
{
	background: #FFF url(&#039;images/sidemenu-background-hover.gif&#039;) repeat-x;
	color: #FFC671;
}
&lt;/blockquote&gt;

Change that to:

&lt;blockquote&gt;
#sidemenu ul li a
{
	display: block;
	padding: 3px;
	width: 144px;
	background: #FFF url(&#039;images/sidemenu-background-active.gif&#039;) repeat-x;
}
#sidemenu a:link
{
	color: #F90;
	text-decoration: none;
}
#sidemenu ul li a:hover
{
	background: #FFF url(&#039;images/sidemenu-background-hover.gif&#039;) repeat-x;
	color: #FFC671;
}
&lt;/blockquote&gt;

As for the header, it&#039;s a little more tricky, you&#039;ll need to make changes both in the header.php file and style.css, it&#039;ll be a hack that was never tested on this theme, so you&#039;ll have to use it at your own risk. I suggest you write via the contact page and I will send you the info rather than pasting a hack in the comments.</description>
		<content:encoded><![CDATA[<p>@ emigre</p>
<p>What you could do to avoid images from the arrows is to open style.css and find this:</p>
<blockquote><p>
#sidemenu a<br />
{<br />
	display: block;<br />
	padding: 3px;<br />
	width: 144px;<br />
	background: #FFF url(&#8216;images/sidemenu-background-active.gif&#8217;) repeat-x;<br />
}<br />
#sidemenu a:link<br />
{<br />
	color: #F90;<br />
	text-decoration: none;<br />
}<br />
#sidemenu a:hover<br />
{<br />
	background: #FFF url(&#8216;images/sidemenu-background-hover.gif&#8217;) repeat-x;<br />
	color: #FFC671;<br />
}
</p></blockquote>
<p>Change that to:</p>
<blockquote><p>
#sidemenu ul li a<br />
{<br />
	display: block;<br />
	padding: 3px;<br />
	width: 144px;<br />
	background: #FFF url(&#8216;images/sidemenu-background-active.gif&#8217;) repeat-x;<br />
}<br />
#sidemenu a:link<br />
{<br />
	color: #F90;<br />
	text-decoration: none;<br />
}<br />
#sidemenu ul li a:hover<br />
{<br />
	background: #FFF url(&#8216;images/sidemenu-background-hover.gif&#8217;) repeat-x;<br />
	color: #FFC671;<br />
}
</p></blockquote>
<p>As for the header, it&#8217;s a little more tricky, you&#8217;ll need to make changes both in the header.php file and style.css, it&#8217;ll be a hack that was never tested on this theme, so you&#8217;ll have to use it at your own risk. I suggest you write via the contact page and I will send you the info rather than pasting a hack in the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emigre</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34444</link>
		<dc:creator>emigre</dc:creator>
		<pubDate>Thu, 02 Aug 2007 03:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34444</guid>
		<description>sorry for point number 2:

It should be 3 sections - not 2. The div tag went missing.</description>
		<content:encoded><![CDATA[<p>sorry for point number 2:</p>
<p>It should be 3 sections &#8211; not 2. The div tag went missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emigre</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34442</link>
		<dc:creator>emigre</dc:creator>
		<pubDate>Thu, 02 Aug 2007 03:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34442</guid>
		<description>Hi

Couple of questions:

1. How do I &quot;switch off&quot; the sidemenu arrow graphic? Right now, the arrows show up for banners and everything I put on the sidebar. I don&#039;t mind leaving them for lists.

2. For the header - is it possible to have 2  sections with adjustable widths? Right now, the header is occupied by the blog name on the left and a 486px banner on the right. 

I&#039;d like to add a clickable image for the blog name on the left, have a banner in the middle and a small subscribe box on the right end.

Or am I just being plain crazy?

thks...</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Couple of questions:</p>
<p>1. How do I &#8220;switch off&#8221; the sidemenu arrow graphic? Right now, the arrows show up for banners and everything I put on the sidebar. I don&#8217;t mind leaving them for lists.</p>
<p>2. For the header &#8211; is it possible to have 2  sections with adjustable widths? Right now, the header is occupied by the blog name on the left and a 486px banner on the right. </p>
<p>I&#8217;d like to add a clickable image for the blog name on the left, have a banner in the middle and a small subscribe box on the right end.</p>
<p>Or am I just being plain crazy?</p>
<p>thks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34242</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Wed, 01 Aug 2007 05:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34242</guid>
		<description>@ emigre

Do you have a question?</description>
		<content:encoded><![CDATA[<p>@ emigre</p>
<p>Do you have a question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emigre</title>
		<link>http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/comment-page-1/#comment-34234</link>
		<dc:creator>emigre</dc:creator>
		<pubDate>Wed, 01 Aug 2007 04:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/05/16/gathering-3c-free-clean-adsense-ready-wp-theme/#comment-34234</guid>
		<description>Where&#039;s your support page? The thumbnails page sent me here and there&#039;s no support page.</description>
		<content:encoded><![CDATA[<p>Where&#8217;s your support page? The thumbnails page sent me here and there&#8217;s no support page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
