Skip to main content

linklists

All of the menus in a store.

You can access a specific menu through the linklists object using the menu's id.

Code
{% for link in linklists['header'].links %}
{{ link.title | link_to: link.url }}
{% endfor %}
Output
<a href="/">Home</a>
<a href="/collections/all-collections">Shop</a>