Help

Frequently asked questions and other useful tidbits.

Page

Updated on August 25th, 2008

page.id

Returns the id of a page.

page.name

Returns the name of a page.

page.category

Returns the type of page. “custom” or “theme”

page.permalink

Returns the permalink of a page.

page.url

Returns the URL of a page.

View <a href="{{ page.url }}">my page</a>

page.full_url

Returns the absolute URL of a page.

pages.all

Returns all of the custom pages in your store.

{% for page in pages.all %}
  <p>{{ page.name }}</p>
{% endfor %}

pages.permalink

Returns a specific page based on it’s permalink.

<a href="{{ pages.about-us.url }}">About Us</a>

Contact

Can’t find an answer to your question? No worries, we’re here to help.