Browsing all posts tagged with page title.

Changing the Concrete5 title divider format

4 Comments

Many people do not like the default spacer that Concrete5 uses for its page titles which is “::”
To change this, open config/site.php and add the following code:
define(‘PAGE_TITLE_FORMAT’, ‘%1$s – %2$s’);
You may adjust the “-” character in the above code to any that you wish and that will become your new page title divider.

Continue reading...