General
Getting Support
Administration
Design
Wolf Reference
Plugin Development
Core Development
- Design documents
- Working guidelines
- References
Press, Graphics and Translations
Wolf CMS books section
Change the Home Page title
Some users may wish to change the default “Homepage” title to some other value, especially for non-English sites (e.g., “Accueil”, “Start”, or just “Home”!). Simply change the value in the “Page Title” field.
If you do this, you will probably also want to change the root page name in your main navigation. It is hard-coded in line 4 of the header snippet for the “Simple” Layout; the corresponding line is in the layout itself for the “Wolf” Layout. Either simply replace “Home” with the new name, or if you would like it to change dynamically, replace the word “Home” with this code:
<?php echo $this->find('/')->title(); ?>
