Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Shopify DAWN theme has limited page title

Shopify DAWN theme has limited page title

Ingridg
Visitor
1 0 0

After testing new DAWN theme in Shopify (which is now default first theme, when new store on Shopify is being created) we've noticed that DAWN theme has very limited possibilities regarding page title. In a Theme liquid file this part looks like this: DAWN: <title>{{ shop.name }}</title>

While in other themes, e.g. "Boundless":
`<title>
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}

</title>`


Please provide your comments, findings, if it's possible to use the same <title> structure in DAWN like it was in other FREE themes on Shopify.

Replies 0 (0)