How to remove sitename:: from title?
Permalink
Hello, please help me with this, how and where can I remove additional sitename from <title> tag, for example my site says "example:: subpage" I want to remove "example::" another example here on this concrete site it show in browser tab "concrete:: Forums", I hope I made clear what I'm talking about, so could you help me to find where to remove it?
As an alternative in smaller sites (pre-5.7), it may be easier to edit the site name displaying right from the Bulk SEO page under the dashboard's Systems & Settings page. No coding required :)
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting......................
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting......................
In C56 play with /config/site.php:
define('PAGE_TITLE_FORMAT', '%2$s - %1$s');