C57 Title format
Permalink
How do we set the title format in C5.7? Before we put this in the config.php and from then on it affected all new and all existing pages:
define('PAGE_TITLE_FORMAT', '%2$s - %1$s');
How does this work in the new version?
define('PAGE_TITLE_FORMAT', '%2$s - %1$s');
How does this work in the new version?
In this file, add this:
Where the placeholders are the site and the page title, respectively.