Change the Homepage 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. 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(); ?>
Note: the following warning is for those using Frog 0.9.4 and earlier. As of 0.9.5, this possibility has been removed from the system, and you shouldn’t have to worry about it!
Do NOT enter a value in the “Slug” field on the Metadata tab. For all other pages, Frog will automatically update the “slug” to match the page’s title. It will not do this for the Homepage, but neither will it prevent you from changing it manually.
Be sure to leave the “slug” field empty if you change the title of the Homepage!
