My site is currently showing the store name before the title I have set so I need to know how to remove it and also know that each theme is slightly different. This is the current code -
{{ page_title }} {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%} {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%} {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}What would I change this to to get rid of the store name on all Titles?
Many thanks in advance for any help anyone can give.
Matt