WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Solved: Remove dash on head title

(1/1)

applepie:
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

instantflorian:
Replace the

--- Code: ---<title><?php page_title(); ?></title>

--- End code ---
with

--- Code: ---<title><?php echo PAGE_TITLE; ?></title>

--- End code ---

applepie:
Brilliant! Thanks. That was what I was looking for. hanks for your help in this.

Navigation

[0] Message Index

Go to full version