edit title (set other title per page than menu name) [working idea]

Feed 2 posts, 1 voices

Avatar
13 posts

I don’t like to have the menu name in the title and search bots would also prefer a sort site description than HOME in the title. Replace the <title> line in the site template and create a content tab with title name and add the title to its body.

<title><?php if ($this->hasContent('title')) { echo $this->content('title'); } else {echo $this->title();} ?></title>