<?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: Shopify Tutorial: Conditional Statements in Liquid and Metadata</title>
	<atom:link href="http://blog.tetsutakara.com/171/shopify-tutorial-conditional-statements-in-liquid-and-metadata/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tetsutakara.com/171/shopify-tutorial-conditional-statements-in-liquid-and-metadata/</link>
	<description>Tetsuro&#039;s Blog</description>
	<lastBuildDate>Wed, 19 May 2010 20:48:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Grant</title>
		<link>http://blog.tetsutakara.com/171/shopify-tutorial-conditional-statements-in-liquid-and-metadata/comment-page-1/#comment-21</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Wed, 09 Sep 2009 05:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=171#comment-21</guid>
		<description>Hey man. Great first tutorial. I know nothing of shopify....but now...if I ever need to, I know how to set up conditional statements for metadata.

Keep up the good posts!

lata
grant</description>
		<content:encoded><![CDATA[<p>Hey man. Great first tutorial. I know nothing of shopify&#8230;.but now&#8230;if I ever need to, I know how to set up conditional statements for metadata.</p>
<p>Keep up the good posts!</p>
<p>lata<br />
grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.tetsutakara.com/171/shopify-tutorial-conditional-statements-in-liquid-and-metadata/comment-page-1/#comment-19</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=171#comment-19</guid>
		<description>Thanks Soleone, note taken. &quot;unless&quot; can definitely be useful in some cases.

How&#039;s the weather in Germany? :)</description>
		<content:encoded><![CDATA[<p>Thanks Soleone, note taken. &#8220;unless&#8221; can definitely be useful in some cases.</p>
<p>How&#8217;s the weather in Germany? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soleone</title>
		<link>http://blog.tetsutakara.com/171/shopify-tutorial-conditional-statements-in-liquid-and-metadata/comment-page-1/#comment-16</link>
		<dc:creator>Soleone</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=171#comment-16</guid>
		<description>Nice blog, Tets! I really like the design. 

One thing worth mentioning is also that you can use *unless* instead of *if* to ask for the opposite:

{% if template == &quot;page&quot; %}
       {% unless page.handle == &quot;about-us&quot; %}
              You are on any page, but NOT About us
       {% endif %}
{% endif %}</description>
		<content:encoded><![CDATA[<p>Nice blog, Tets! I really like the design. </p>
<p>One thing worth mentioning is also that you can use *unless* instead of *if* to ask for the opposite:</p>
<p>{% if template == &#8220;page&#8221; %}<br />
       {% unless page.handle == &#8220;about-us&#8221; %}<br />
              You are on any page, but NOT About us<br />
       {% endif %}<br />
{% endif %}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
