WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: applepie on May 19, 2015, 08:52:14 AM

Title: Solved: Remove dash on head title
Post by: applepie on May 19, 2015, 08:52:14 AM
How do I remove the dash on the head title? At the moment it is showing -About Us on my browser's tab. I want to remove the dash but I can't find where it is located.
Thanks
Title: Re: Remove dash on head title
Post by: instantflorian on May 19, 2015, 09:16:25 AM
Replace the
Code: [Select]
<title><?php page_title(); ?></title>
with
Code: [Select]
<title><?php echo PAGE_TITLE?></title>
Title: Re: Solved: Remove dash on head title
Post by: applepie on May 19, 2015, 01:35:38 PM
Brilliant! Thanks. That was what I was looking for. hanks for your help in this.