<?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: &#8220;Pristine&#8221; Refreshing New Free WordPress Theme/ Nature Template</title>
	<atom:link href="http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/</link>
	<description>Web Design, SEO, WordPress, Etcetra</description>
	<pubDate>Sun, 12 Oct 2008 03:33:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Melissa Hedwall</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-81153</link>
		<dc:creator>Melissa Hedwall</dc:creator>
		<pubDate>Tue, 01 Jul 2008 21:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-81153</guid>
		<description>HSO 

Thank you so much for replying! I figured it out. I had my head up my @** and was using MS Front Page to edit CSS. As soon as i woke up and edited it in notepad it was fine!

Thank you so much. Also, I will always keep credit at the bottom of my pages for your beautiful templates.</description>
		<content:encoded><![CDATA[<p>HSO </p>
<p>Thank you so much for replying! I figured it out. I had my head up my @** and was using MS Front Page to edit CSS. As soon as i woke up and edited it in notepad it was fine!</p>
<p>Thank you so much. Also, I will always keep credit at the bottom of my pages for your beautiful templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-81034</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Mon, 30 Jun 2008 03:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-81034</guid>
		<description>@ Melissa Hedwall

That is weird, those should be unrelated and changing one should not affect the other. BTW, which is the color are you trying to change? 

Tip: Ensure the hex color code is valid.</description>
		<content:encoded><![CDATA[<p>@ Melissa Hedwall</p>
<p>That is weird, those should be unrelated and changing one should not affect the other. BTW, which is the color are you trying to change? </p>
<p>Tip: Ensure the hex color code is valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa hedwall</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-80974</link>
		<dc:creator>Melissa hedwall</dc:creator>
		<pubDate>Sun, 29 Jun 2008 21:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-80974</guid>
		<description>I am having a hard time with trying to change the hex colors in the CSS theme (Pristine) I am using. When I edit any of the colors, I lose the top header images (Oh! San Diego and the Cityscape)

I've changed the themes images successfully. However, whenever I try to edit the hex colors in style.css the images disappear. I have tried changing them one by one and uploading and even colors that don't seem to be involved with areas that have graphics cause them to disappear.

Would anyone have any clue as to how I can change the colors in style.css without losing the themes header images? I truly appreciate any suggestions as I have no hair left on my head to pull out :)</description>
		<content:encoded><![CDATA[<p>I am having a hard time with trying to change the hex colors in the CSS theme (Pristine) I am using. When I edit any of the colors, I lose the top header images (Oh! San Diego and the Cityscape)</p>
<p>I&#8217;ve changed the themes images successfully. However, whenever I try to edit the hex colors in style.css the images disappear. I have tried changing them one by one and uploading and even colors that don&#8217;t seem to be involved with areas that have graphics cause them to disappear.</p>
<p>Would anyone have any clue as to how I can change the colors in style.css without losing the themes header images? I truly appreciate any suggestions as I have no hair left on my head to pull out <img src='http://www.headsetoptions.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-80954</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Sun, 29 Jun 2008 06:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-80954</guid>
		<description>@ Snowalker

I am not the author of the theme you are writing about but I think you should look into the index.php and single.php file to see how the dates are set. Some might have hard coded the date instead of using a PHP tag, look for something that looks like this:
&lt;blockquote&gt;
&#60;?php the_time('j.M.Y') ?&#62;
&lt;/blockquote&gt;

If the year is hard coded, replace it with the tag above.

As for the tags, ensure you either have posts with categories and tags active/published.

It would help if I know what what exact theme you are using and where it is.</description>
		<content:encoded><![CDATA[<p>@ Snowalker</p>
<p>I am not the author of the theme you are writing about but I think you should look into the index.php and single.php file to see how the dates are set. Some might have hard coded the date instead of using a PHP tag, look for something that looks like this:</p>
<blockquote><p>
&lt;?php the_time(&#8217;j.M.Y&#8217;) ?&gt;
</p></blockquote>
<p>If the year is hard coded, replace it with the tag above.</p>
<p>As for the tags, ensure you either have posts with categories and tags active/published.</p>
<p>It would help if I know what what exact theme you are using and where it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snowalker</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-80937</link>
		<dc:creator>snowalker</dc:creator>
		<pubDate>Sat, 28 Jun 2008 07:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-80937</guid>
		<description>Help!
I'm experimenting two problems with Losemymind with sidebar 1.0 theme:
1.data entry for posts are wrong, appear 2007 instead 2008
2.tags under the post are not displayed, there is only a gray bar without any tags...

Can anyone help me?
I don't know php...
Thanks, Vic</description>
		<content:encoded><![CDATA[<p>Help!<br />
I&#8217;m experimenting two problems with Losemymind with sidebar 1.0 theme:<br />
1.data entry for posts are wrong, appear 2007 instead 2008<br />
2.tags under the post are not displayed, there is only a gray bar without any tags&#8230;</p>
<p>Can anyone help me?<br />
I don&#8217;t know php&#8230;<br />
Thanks, Vic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-30817</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Tue, 10 Jul 2007 20:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-30817</guid>
		<description>oh, and I'd like to remove the blogname in the right corner as well.. sorry for the second post, forgot to add it in the first one.</description>
		<content:encoded><![CDATA[<p>oh, and I&#8217;d like to remove the blogname in the right corner as well.. sorry for the second post, forgot to add it in the first one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-30816</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Tue, 10 Jul 2007 20:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-30816</guid>
		<description>Hi! I love your theme! It's fantastic. I have a bit of a problem customizing the color of the right sidebar. Can you please help as to how to do this? Thanks so much.. 
www.joeldyke.com</description>
		<content:encoded><![CDATA[<p>Hi! I love your theme! It&#8217;s fantastic. I have a bit of a problem customizing the color of the right sidebar. Can you please help as to how to do this? Thanks so much..<br />
<a href="http://www.joeldyke.com" rel="nofollow">http://www.joeldyke.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-25226</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Wed, 13 Jun 2007 16:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-25226</guid>
		<description>@ inaikon

Are you using any HTML codes in your posts? If so, remove all formatts. The theme has a CSS that formats it's content.</description>
		<content:encoded><![CDATA[<p>@ inaikon</p>
<p>Are you using any HTML codes in your posts? If so, remove all formatts. The theme has a CSS that formats it&#8217;s content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inaikon</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-25178</link>
		<dc:creator>inaikon</dc:creator>
		<pubDate>Wed, 13 Jun 2007 09:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-25178</guid>
		<description>Hello, i like your themes! But i have a problem with Pristine theme. I install it and in Firefox i see this: http://www.increibleperocierto.com/

Why? Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hello, i like your themes! But i have a problem with Pristine theme. I install it and in Firefox i see this: <a href="http://www.increibleperocierto.com/" rel="nofollow">http://www.increibleperocierto.com/</a></p>
<p>Why? Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: headsetop</title>
		<link>http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-21022</link>
		<dc:creator>headsetop</dc:creator>
		<pubDate>Sun, 13 May 2007 02:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2007/04/14/pristine-refreshing-new-free-wordpress-theme-nature-template/#comment-21022</guid>
		<description>@ Wesley Green

Thanks for pointin out, there was an error in the script. To fix it, open page.php (Page Template) and look for this piece of code:

?php the_excerpt ('Read the rest of this entry &#187;'); ?

Change it to this:

?php the_content ('Read the rest of this entry &#187;'); ?

That should do it.</description>
		<content:encoded><![CDATA[<p>@ Wesley Green</p>
<p>Thanks for pointin out, there was an error in the script. To fix it, open page.php (Page Template) and look for this piece of code:</p>
<p>?php the_excerpt (&#8217;Read the rest of this entry &raquo;&#8217;); ?</p>
<p>Change it to this:</p>
<p>?php the_content (&#8217;Read the rest of this entry &raquo;&#8217;); ?</p>
<p>That should do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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