Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Dear community,
my store´s name is automatically added to the title tag. Could anybody help me to customize the code so that there will be nothing added and I can choose an individual title tag on every page?
Thanks for your help!
{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %}{% endif %}
<title>{% if template contains "index" %}{{ langify_title }}{% else %}{{ langify_title }}{% if current_tags %} {% comment %}ly_i18n_replace_for_[ 'general.meta.tagged_html' | t: tags: meta_tags ]_begin{% endcomment %}{% capture ly_template %}{{ 'general.meta.tagged_html' | t: tags: meta_tags }}{% endcapture %}{% include 'ly-static-string' with '9716163' %}{% if ly_translation %}{% assign escape_content = true %}{% assign ly_template = ly_translation %}{% else %}{% assign escape_content = false %}{% endif %}{% assign replacement = meta_tags %}{% assign ly_template = ly_template | replace: '[[tags]]', replacement %}{% if escape_content %}{{ ly_template}}{% else %}{{ ly_template }}{% endif %}{% comment %}ly_i18n_replace_end{% endcomment %}{% endif %}{% if current_page != 1 %} {% comment %}ly_i18n_replace_for_[ 'general.meta.page' | t: page_number: current_page ]_begin{% endcomment %}{% capture ly_template %}{{ 'general.meta.page' | t: page_number: current_page }}{% endcapture %}{% include 'ly-static-string' with '9716165' %}{% if ly_translation %}{% assign escape_content = true %}{% assign ly_template = ly_translation %}{% else %}{% assign escape_content = false %}{% endif %}{% assign replacement = current_page %}{% assign ly_template = ly_template | replace: '[[page_number]]', replacement %}{% if escape_content %}{{ ly_template | escape}}{% else %}{{ ly_template }}{% endif %}{% comment %}ly_i18n_replace_end{% endcomment %}{% endif %}{% unless langify_title contains langify_shop_name %} - {{ langify_shop_name }}{% endunless %}{% endif %}</title>
I've the same issue... someone has solved ?
thank you