Shopify Apply A Code To Only The Home Page only
π Key Takeaways
- Shopify Apply A Code To Only The Home Page only
Advertisement
This depends on what the goal is, without better specifics it’s all guesswork.
You can show specific code to only home page by below code
{% if template.name == “index” %}
//your code to run
{% endif %}