WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: applepie on June 05, 2014, 12:10:38 AM

Title: Remove dash in page title
Post by: applepie on June 05, 2014, 12:10:38 AM
Hi, I have been trying to remove the dash in between the page title. Where is this located? Example: "Company Name - company slogan" When I remove the company name in the settings it shows " - company slogan". I can't see where to remove the "-".
Hope I am making sense.
Title: Re: Remove dash in page title
Post by: Gast on June 05, 2014, 12:24:31 AM
framework / frontend.functions. php

search for a line like this

Code: [Select]
<?php
function page_title($spacer ' - '$template '[WEBSITE_TITLE][SPACER][PAGE_TITLE]')

$spacer is your friend
Title: Re: Remove dash in page title
Post by: applepie on June 05, 2014, 03:19:27 AM
Thanks. It is so easy when you know where to look for. Thanks so much for prompt reply. Cheers