Page Title - Store Name missing
Posted: Sat Dec 04, 2021 9:23 pm
Hi,
I noticed that the webpage title have Store name (STORE_NAME) missing from all of my pages.
For example on index.php it is showing as product_info.php title looks like: On my old site, it looks like as below i.e: name of product | Store Name
Line 35 & 36 of /includes/languages/english.php read as below:
I am sure somehow something must have changed title settings, but unable to find what it is, and how to get it back to normal.
Any help would be very much appreciated.
Thanks
I noticed that the webpage title have Store name (STORE_NAME) missing from all of my pages.
For example on index.php it is showing as product_info.php title looks like: On my old site, it looks like as below i.e: name of product | Store Name
Line 35 & 36 of /includes/languages/english.php read as below:
Code: Select all
// page title
const TITLE = STORE_NAME;
I am sure somehow something must have changed title settings, but unable to find what it is, and how to get it back to normal.
Any help would be very much appreciated.
Thanks