<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>How to customize list of collections?</title>
    <link>http://forums.shopify.com/categories/2/posts/18764</link>
    <language>en-us</language>
    <description>Feed for discussion topic How to customize list of collections?</description>
    <item>
      <title>How to customize list of collections?</title>
      <author>sneakyimp</author>
      <pubDate>Wed, 16 Apr 2008 23:48:56 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/18764</link>
      <guid>http://forums.shopify.com/categories/2/posts/18764</guid>
      <description>&lt;p&gt;I&amp;#8217;m trying to customize the page that lists collections (I.E., &lt;a href="http://mydomain.com/collections"&gt;http://mydomain.com/collections&lt;/a&gt;) but I cannot determine which of these files corresponds to that page:&lt;/p&gt;


	&lt;p&gt;theme.liquid&lt;br /&gt;blog.liquid&lt;br /&gt;cart.liquid&lt;br /&gt;collection.liquid&lt;br /&gt;index.liquid&lt;br /&gt;page.liquid&lt;br /&gt;product.liquid&lt;/p&gt;


	&lt;p&gt;Also, I tried putting some code in a page that I created but it wasn&amp;#8217;t parsed, the code was just printed out.  Am I correct in thinking that Page content is not parsed as liquid code?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jared Burns commented</title>
      <author>Jared Burns</author>
      <pubDate>Thu, 17 Apr 2008 00:25:26 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/18764#comment-18765</link>
      <guid>http://forums.shopify.com/categories/2/posts/18764#comment-18765</guid>
      <description>&lt;p&gt;There isn&amp;#8217;t a template for that page, rather a global shopify stylesheet&amp;#8230;&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://domain.myshopify.com/global/list_collections.css"&gt;http://domain.myshopify.com/global/list_collections.css&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;You can override this with your own styling though.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Christina commented</title>
      <author>Christina</author>
      <pubDate>Thu, 24 Apr 2008 23:22:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/18764#comment-19043</link>
      <guid>http://forums.shopify.com/categories/2/posts/18764#comment-19043</guid>
      <description>&lt;p&gt;Actually, there &lt;strong&gt;is&lt;/strong&gt; a template for this, which we have total control over &amp;#8211; except the entrance is through the back door, &amp;#38; I had to machete my way through the bushes to find it.&lt;/p&gt;


	&lt;p&gt;The template is called &amp;#8220;list-collections&amp;#8221;, and there are 2 urls that point to it: &lt;br /&gt;&lt;a href="http://www.myshop.com/collections"&gt;http://www.myshop.com/collections&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.myshop.com/products"&gt;http://www.myshop.com/products&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;You customize it by entering this code into your theme.liquid template:&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
{% case template %}
    {% when 'list-collections' %}
        [your html]
    {% else %}
       {{ content_for_layout }}
{% endcase %}
&lt;/pre&gt;&lt;/code&gt;</description>
    </item>
    <item>
      <title>sneakyimp commented</title>
      <author>sneakyimp</author>
      <pubDate>Fri, 16 May 2008 20:20:50 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/18764#comment-19712</link>
      <guid>http://forums.shopify.com/categories/2/posts/18764#comment-19712</guid>
      <description>&lt;p&gt;Christina!  Bless you.  I get the feeling that the only influence I have over the apperance of my collections list is that I can apply &lt;span class="caps"&gt;CSS&lt;/span&gt; styling to the #tag-list UL tag.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
