<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Southern Highlands Theme</title>
	<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/</link>
	<description>We watch movies and read books!</description>
	<pubDate>Wed, 09 Jul 2008 11:02:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Gene E-Racer</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-1170</link>
		<dc:creator>Gene E-Racer</dc:creator>
		<pubDate>Fri, 14 Sep 2007 23:42:12 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-1170</guid>
		<description>Please delete my previous comment and post this one.


Hi. Thanks for the theme. I did find it a bit washed out but have gotten used to it now. 

Do you have other wp themes available?

I also have some websites/links (under Friends) off the main blog that I wish to convert to something different/original but not sure how to adapt this. 

I am looking for a website template that does not have to be altered to fit the format I have now as most content is the same or similar. There are different themes for the sites and I will want to be able to change headers to suit the various themes.

    Thanks again.

    Gene</description>
		<content:encoded><![CDATA[<p>Please delete my previous comment and post this one.</p>
                <p>Hi. Thanks for the theme. I did find it a bit washed out but have gotten used to it now. </p>
                <p>Do you have other wp themes available?</p>
                <p>I also have some websites/links (under Friends) off the main blog that I wish to convert to something different/original but not sure how to adapt this. </p>
                <p>I am looking for a website template that does not have to be altered to fit the format I have now as most content is the same or similar. There are different themes for the sites and I will want to be able to change headers to suit the various themes.</p>
                <p>    Thanks again.</p>
                <p>    Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Veinotte</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-1169</link>
		<dc:creator>Eugene Veinotte</dc:creator>
		<pubDate>Fri, 14 Sep 2007 23:23:23 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-1169</guid>
		<description>Hi. Thanks for the theme. Do you have others available?  

I also have some websites/links (under Friends) off the main blog that I wish to convert to something different/original but not sure how to adapt this. I am looking for a template that does not have to be altered to fit the format I have as the content is the same.

Thanks again.

Gene</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for the theme. Do you have others available?  </p>
                <p>I also have some websites/links (under Friends) off the main blog that I wish to convert to something different/original but not sure how to adapt this. I am looking for a template that does not have to be altered to fit the format I have as the content is the same.</p>
                <p>Thanks again.</p>
                <p>Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Highlands by Design</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-743</link>
		<dc:creator>Highlands by Design</dc:creator>
		<pubDate>Wed, 15 Aug 2007 04:33:47 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-743</guid>
		<description>hey debdeb,

If you wanted to change the RSS image to text, you'll need to go to the sidebar.php file and look for the bit of RSS code that'll look like so

&lt;code&gt;
&#60;div class=&#34;rss&#34;&#62;&#60;a href=&#34;&#60;?php bloginfo(&apos;rss2_url&apos;); ?&#62;&#34; title=&#34;Subscribe to the &#60;?php bloginfo(&apos;name&apos;); ?&#62; Blog&#34; class=&#34;iconrss&#34;&#62;rss posts&#60;/a&#62;&#60;/div&#62;
&lt;/code&gt;

It'll exist within the column-3 div.

What'll need to do is either replace it, or if you wanted to, you could paste the bit of code below just under it (so you have the image and the text link to the rss feed).

&lt;code&gt;
&#60;ul&#62;
  &#60;li class=&#34;listHeader&#34;&#62;&#60;h2&#62;RSS&#60;/h2&#62;&#60;/li&#62;
  &#60;li&#62;&#60;a href=&#34;&#60;?php bloginfo(&apos;rss2_url&apos;); ?&#62;&#34; title=&#34;Subscribe to the &#60;?php bloginfo(&apos;name&apos;); ?&#62; Blog&#34;&#62;Subscribe to RSS Feed&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&lt;/code&gt;

There are other ways to do it, but this is probably the easiest way. Hopefully it should work ok!</description>
		<content:encoded><![CDATA[<p>hey debdeb,</p>
                <p>If you wanted to change the RSS image to text, you&#8217;ll need to go to the sidebar.php file and look for the bit of RSS code that&#8217;ll look like so</p>
                <p><code><br />
                &lt;div class=&quot;rss&quot;&gt;&lt;a href=&quot;&lt;?php bloginfo(&apos;rss2_url&apos;); ?&gt;&quot; title=&quot;Subscribe to the &lt;?php bloginfo(&apos;name&apos;); ?&gt; Blog&quot; class=&quot;iconrss&quot;&gt;rss posts&lt;/a&gt;&lt;/div&gt;<br />
                </code></p>
                <p>It&#8217;ll exist within the column-3 div.</p>
                <p>What&#8217;ll need to do is either replace it, or if you wanted to, you could paste the bit of code below just under it (so you have the image and the text link to the rss feed).</p>
                <p><code><br />
                &lt;ul&gt;<br />
                  &lt;li class=&quot;listHeader&quot;&gt;&lt;h2&gt;RSS&lt;/h2&gt;&lt;/li&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&apos;rss2_url&apos;); ?&gt;&quot; title=&quot;Subscribe to the &lt;?php bloginfo(&apos;name&apos;); ?&gt; Blog&quot;&gt;Subscribe to RSS Feed&lt;/a&gt;&lt;/li&gt;<br />
                &lt;/ul&gt;<br />
                </code></p>
                <p>There are other ways to do it, but this is probably the easiest way. Hopefully it should work ok!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: debdeb</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-568</link>
		<dc:creator>debdeb</dc:creator>
		<pubDate>Sat, 28 Jul 2007 02:53:53 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-568</guid>
		<description>Great theme! I love it!

If you could, would you make it more clear than the diggit and other cool links will
only show up after a post has been made (and that the Hello World post 
does not make those useful links show up?). I spent an hour
trying to figure out how to make delicious and diggit, etc show up. Finally
I found this place and see that I needed to add a *new* post and
it would never show up beneath the Hello World test post. 

Also, any ideas on how to turn the RSS image into text? My readers 
might not be savvy enough to know what that rss image means.

Thanks for any help you can provide and many, many thanks
for this super cool theme!</description>
		<content:encoded><![CDATA[<p>Great theme! I love it!</p>
                <p>If you could, would you make it more clear than the diggit and other cool links will<br />
                only show up after a post has been made (and that the Hello World post<br />
                does not make those useful links show up?). I spent an hour<br />
                trying to figure out how to make delicious and diggit, etc show up. Finally<br />
                I found this place and see that I needed to add a *new* post and<br />
                it would never show up beneath the Hello World test post. </p>
                <p>Also, any ideas on how to turn the RSS image into text? My readers<br />
                might not be savvy enough to know what that rss image means.</p>
                <p>Thanks for any help you can provide and many, many thanks<br />
                for this super cool theme!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marie Yuzuki</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-487</link>
		<dc:creator>Marie Yuzuki</dc:creator>
		<pubDate>Mon, 16 Jul 2007 22:41:51 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-487</guid>
		<description>Hello,

I am a Japanese user of Wordpress.
Your design is very very nice though I need to arrange many things because of Japanese language.

I can't wait your new version !
 
I really like Wordpress and your design.

Thank you a lot.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
                <p>I am a Japanese user of Wordpress.<br />
                Your design is very very nice though I need to arrange many things because of Japanese language.</p>
                <p>I can&#8217;t wait your new version !</p>
                <p>I really like Wordpress and your design.</p>
                <p>Thank you a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Dobo</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-427</link>
		<dc:creator>Kevin Dobo</dc:creator>
		<pubDate>Sun, 08 Jul 2007 03:29:46 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-427</guid>
		<description>Absolutely gorgeous theme! 

I have a question about the formatting in the sidebars. I am using a number of widgets, and any text that is not contained in a link is shoved way to the left of the container. The text was also light and unreadable. I found the CSS style to control the color: .container-left and .container-right. 

What I can't figure out is how to force the text over, so that it aligns with the linked text in the other widgets. Take a look at my website (using the theme switcher) and you'll see what I mean.

Thanks!</description>
		<content:encoded><![CDATA[<p>Absolutely gorgeous theme! </p>
                <p>I have a question about the formatting in the sidebars. I am using a number of widgets, and any text that is not contained in a link is shoved way to the left of the container. The text was also light and unreadable. I found the CSS style to control the color: .container-left and .container-right. </p>
                <p>What I can&#8217;t figure out is how to force the text over, so that it aligns with the linked text in the other widgets. Take a look at my website (using the theme switcher) and you&#8217;ll see what I mean.</p>
                <p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaka</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-426</link>
		<dc:creator>jaka</dc:creator>
		<pubDate>Sun, 08 Jul 2007 00:32:35 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-426</guid>
		<description>great!!! I vote 10/10.... so amazing
the best theme i ever seen!!!!</description>
		<content:encoded><![CDATA[<p>great!!! I vote 10/10&#8230;. so amazing<br />
                the best theme i ever seen!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ladynada</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-306</link>
		<dc:creator>ladynada</dc:creator>
		<pubDate>Tue, 19 Jun 2007 04:15:01 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-306</guid>
		<description>I like this theme very much.  I like the you are here feature at the top, and the post title under the blog title.  I like the use of color all around, in the quotes, entry boxes and comments.

good job!

nada</description>
		<content:encoded><![CDATA[<p>I like this theme very much.  I like the you are here feature at the top, and the post title under the blog title.  I like the use of color all around, in the quotes, entry boxes and comments.</p>
                <p>good job!</p>
                <p>nada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandra</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-242</link>
		<dc:creator>Alexandra</dc:creator>
		<pubDate>Tue, 12 Jun 2007 13:04:01 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-242</guid>
		<description>&#62;a widget for UTF
sorry. UTG - ultimatу tag warrior</description>
		<content:encoded><![CDATA[<p>&gt;a widget for UTF<br />
                sorry. UTG - ultimatу tag warrior</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandra</title>
		<link>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-239</link>
		<dc:creator>Alexandra</dc:creator>
		<pubDate>Tue, 12 Jun 2007 09:20:03 +0000</pubDate>
		<guid>http://www.highlandsbydesign.com/theme/southern-highlands-theme/#comment-239</guid>
		<description>and i also seem to have lost the big rss button which i like so much))</description>
		<content:encoded><![CDATA[<p>and i also seem to have lost the big rss button which i like so much))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
