Comment on page
Theme object
- Use
{{ theme }}
in tasks responding to shopify/themes events - Look up specific themes by their ID, using
{{ shop.themes[12345678900] }}
- Loop through all themes:
{% for theme in shop.themes %}
Last modified 2yr ago
{{ theme }}
in tasks responding to shopify/themes events{{ shop.themes[12345678900] }}
{% for theme in shop.themes %}