<?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: Shades 1.3.3</title>
	<atom:link href="http://buynowshop.com/2010/02/shades-1-3-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://buynowshop.com/2010/02/shades-1-3-3/</link>
	<description>WordPress administration, installation, and development.</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:25:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/02/shades-1-3-3/comment-page-1/#comment-847</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Tue, 23 Mar 2010 22:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1276#comment-847</guid>
		<description>@Kiva - The ability to turn on and off comments is a standard part of any WordPress installation. Look under Settings &#124; Discussion and uncheck the appropriate boxes to disable comments. Then, enable comments on the page you want them to show on.</description>
		<content:encoded><![CDATA[<p>@Kiva &#8211; The ability to turn on and off comments is a standard part of any WordPress installation. Look under Settings | Discussion and uncheck the appropriate boxes to disable comments. Then, enable comments on the page you want them to show on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiva</title>
		<link>http://buynowshop.com/2010/02/shades-1-3-3/comment-page-1/#comment-846</link>
		<dc:creator>Kiva</dc:creator>
		<pubDate>Tue, 23 Mar 2010 20:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1276#comment-846</guid>
		<description>Hi
I need help with removing the comment forms from by shades 1.3.3 blog. No comments are needed except on one page which I would like to add a customize comment form.  
All your help is appreciated.

thanks

Kiva</description>
		<content:encoded><![CDATA[<p>Hi<br />
I need help with removing the comment forms from by shades 1.3.3 blog. No comments are needed except on one page which I would like to add a customize comment form.<br />
All your help is appreciated.</p>
<p>thanks</p>
<p>Kiva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/02/shades-1-3-3/comment-page-1/#comment-786</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1276#comment-786</guid>
		<description>@Magnus - You are welcome! Just remember to keep note of your edits as they will be over-written with new updates to the Shades theme.</description>
		<content:encoded><![CDATA[<p>@Magnus &#8211; You are welcome! Just remember to keep note of your edits as they will be over-written with new updates to the Shades theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://buynowshop.com/2010/02/shades-1-3-3/comment-page-1/#comment-784</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1276#comment-784</guid>
		<description>Thnx for the reply!
It solved my problem and now I enjoy the Shades theme even more =)
Gonna edit it a little bit more before I publish my site, but keep up the good work I appreciate it a lot!</description>
		<content:encoded><![CDATA[<p>Thnx for the reply!<br />
It solved my problem and now I enjoy the Shades theme even more =)<br />
Gonna edit it a little bit more before I publish my site, but keep up the good work I appreciate it a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/02/shades-1-3-3/comment-page-1/#comment-782</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1276#comment-782</guid>
		<description>@Magnus - Thank you for choosing the Shades theme!
I believe I recognize what you are describing. The page with &#039;ID = 2&#039; should be the only page moving; it is written into the theme code.

This behavior can be changed by editing this code in &lt;strong&gt;header.php&lt;/strong&gt;:
[code language=&quot;php&quot; firstline=&quot;44&quot;]
&lt;?php wp_list_pages(&#039;title_li=&amp;depth=1&amp;include=2&#039;); ?&gt; &lt;!-- Puts page 2, usually the &quot;About&quot; page, at the beginning of the menu --&gt;
&lt;?php wp_list_pages(&#039;title_li=&amp;depth=1&amp;exclude=2&#039;); ?&gt; &lt;!-- Only displays &quot;parent&quot; pages; and, excludes page 2 as it is included in the line above --&gt;
[/code]

... to:
[code language=&quot;php&quot; firstline=&quot;44&quot;]
&lt;?php wp_list_pages(&#039;title_li=&amp;depth=1&#039;); ?&gt; &lt;!-- Only displays &quot;parent&quot; pages --&gt;
[/code]</description>
		<content:encoded><![CDATA[<p>@Magnus &#8211; Thank you for choosing the Shades theme!<br />
I believe I recognize what you are describing. The page with &#8216;ID = 2&#8242; should be the only page moving; it is written into the theme code.</p>
<p>This behavior can be changed by editing this code in <strong>header.php</strong>:</p>
<pre class="brush: php; first-line: 44;">
&lt;?php wp_list_pages('title_li=&amp;depth=1&amp;include=2'); ?&gt; &lt;!-- Puts page 2, usually the &quot;About&quot; page, at the beginning of the menu --&gt;
&lt;?php wp_list_pages('title_li=&amp;depth=1&amp;exclude=2'); ?&gt; &lt;!-- Only displays &quot;parent&quot; pages; and, excludes page 2 as it is included in the line above --&gt;
</pre>
<p>&#8230; to:</p>
<pre class="brush: php; first-line: 44;">
&lt;?php wp_list_pages('title_li=&amp;depth=1'); ?&gt; &lt;!-- Only displays &quot;parent&quot; pages --&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://buynowshop.com/2010/02/shades-1-3-3/comment-page-1/#comment-780</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1276#comment-780</guid>
		<description>Hi!
I have a problem with the menu in ver. 1.3.2, and I wonder if it&#039;s sorted out in the latest release? 
The menu items are switching place depending on wich page I&#039;m in, I&#039;ve set the order for the pages numerical. Do you think it´s a bug in the wonderful theme you made, or is it in Wordpress?

Best regards,
Magnus</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I have a problem with the menu in ver. 1.3.2, and I wonder if it&#8217;s sorted out in the latest release?<br />
The menu items are switching place depending on wich page I&#8217;m in, I&#8217;ve set the order for the pages numerical. Do you think it´s a bug in the wonderful theme you made, or is it in WordPress?</p>
<p>Best regards,<br />
Magnus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
