<?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: Theme Support System</title>
	<atom:link href="http://www.templatelite.com/theme-support-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.templatelite.com/theme-support-system/</link>
	<description>Free Professional Wordpress Themes with Premium Themes Quality</description>
	<lastBuildDate>Wed, 16 Nov 2011 09:10:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-6578</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 11 Oct 2009 00:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-6578</guid>
		<description>@Larry

Yes. Please make the payment of $20 and specify which theme you want the credits removed.</description>
		<content:encoded><![CDATA[<p>@Larry</p>
<p>Yes. Please make the payment of $20 and specify which theme you want the credits removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Wilcox</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-6570</link>
		<dc:creator>Larry Wilcox</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-6570</guid>
		<description>Love the theme but I would like to remove the &quot;Designed by&quot; in the sidebar. Does the $20 credit removal do that?</description>
		<content:encoded><![CDATA[<p>Love the theme but I would like to remove the &#8220;Designed by&#8221; in the sidebar. Does the $20 credit removal do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-5713</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-5713</guid>
		<description>@Regina, please edit header.php, find

	wp_list_pages(&#039;sort_column=menu_order&amp;depth=1&amp;title_li=&amp;exclude=&#039;.$exclude);
	?&gt;
&lt;/ul&gt;&lt;/div&gt;

insert 
&lt;strong&gt;&lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://the_url.com&quot; title=&quot;The Title&quot;&gt;Other Site&lt;/a&gt;&lt;/li&gt;&lt;/strong&gt;
between 
	?&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@Regina, please edit header.php, find</p>
<p>	wp_list_pages(&#8217;sort_column=menu_order&amp;depth=1&amp;title_li=&amp;exclude=&#8217;.$exclude);<br />
	?&gt;<br />
&lt;/ul&gt;&lt;/div&gt;</p>
<p>insert<br />
<strong>&lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://the_url.com&quot; title=&quot;The Title&quot;&gt;Other Site&lt;/a&gt;&lt;/li&gt;</strong><br />
between<br />
	?&gt;<br />
&lt;/ul&gt;&lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regina</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-5686</link>
		<dc:creator>Regina</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-5686</guid>
		<description>Hi I like your watercolor design.  However, is there a way to list the pages that needs to point another website? 

Thank you,
Regina</description>
		<content:encoded><![CDATA[<p>Hi I like your watercolor design.  However, is there a way to list the pages that needs to point another website? </p>
<p>Thank you,<br />
Regina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-3956</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 15 Jun 2009 06:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-3956</guid>
		<description>&lt;p&gt;Hi Jaime, I studied the source code of your home page (index.php) and found out something is wrong. &lt;/p&gt;
&lt;p&gt;For every post, it starting with &lt;u&gt;&lt;div id=&quot;post-xxx&quot;&lt;/u&gt;  without closing tag &lt;u&gt;&gt;&lt;/u&gt;. It should be like this &lt;br&gt;
  &lt;u&gt;&lt;div id=&quot;post-169&quot; class=&quot;post hentry category-xxx&quot;&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;Maybe you should restore the original index.php and try to modify carefully again. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jaime, I studied the source code of your home page (index.php) and found out something is wrong. </p>
<p>For every post, it starting with <u>&lt;div id=&quot;post-xxx&quot;</u>  without closing tag <u>&gt;</u>. It should be like this <br />
  <u>&lt;div id=&quot;post-169&quot; class=&quot;post hentry category-xxx&quot;&gt;</u></p>
<p>Maybe you should restore the original index.php and try to modify carefully again. <img src='http://www.templatelite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-3954</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 15 Jun 2009 06:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-3954</guid>
		<description>Hi Mark, just use widgets to add recent comments into sidebar. You can arrange the sidebar easily with widgets.</description>
		<content:encoded><![CDATA[<p>Hi Mark, just use widgets to add recent comments into sidebar. You can arrange the sidebar easily with widgets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-3949</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 14 Jun 2009 16:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-3949</guid>
		<description>hi Brian,

 how do I change the recent posts in the side bar to recent comments ?
thanks this is a great theme !</description>
		<content:encoded><![CDATA[<p>hi Brian,</p>
<p> how do I change the recent posts in the side bar to recent comments ?<br />
thanks this is a great theme !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-2875</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-2875</guid>
		<description>Hi Brandon, may I know which theme you are using? Please post the question in the right theme page instead of here. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Brandon, may I know which theme you are using? Please post the question in the right theme page instead of here. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Cales</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-2862</link>
		<dc:creator>Brandon Cales</dc:creator>
		<pubDate>Mon, 06 Apr 2009 21:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-2862</guid>
		<description>Awesome theme, however I did remove the bird, the plan, and the binoculars/photos. I am resintalling wordpress now to be at my root level.

I am trying to figure out out to push the page title to the top right under the header graphic, but am having newbie issues.</description>
		<content:encoded><![CDATA[<p>Awesome theme, however I did remove the bird, the plan, and the binoculars/photos. I am resintalling wordpress now to be at my root level.</p>
<p>I am trying to figure out out to push the page title to the top right under the header graphic, but am having newbie issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.templatelite.com/theme-support-system/comment-page-1/#comment-443</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.templatelite.com/?p=264#comment-443</guid>
		<description>Sandra, we will add drop down menu for the pages on all our themes soon :D</description>
		<content:encoded><![CDATA[<p>Sandra, we will add drop down menu for the pages on all our themes soon <img src='http://www.templatelite.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

