I've been fiddeling around a bit, and I want to have this issue solved now so I'm making yet another forum post :)
In my website, I want to have a link in the menu below the logo banner for "home". This link should go to www.mysite.com and display the frontpage. I can do this, but only if i name the frontpage "home" in title... which generates a SEO confligt, and bad site title...
So, is there a way to add a "home" button that have the normal hoover styles on it, without ruining the menu completely?
Silent Hill - Try this. Make a copy of templates/pages_default.tpl. Rename it e.g. to pages_default_notitle.tpl In this new file delete <h3>$aData[sName]</h3> or make a comment of it. Choose this new template for your homepage and add it to the menu you want. You can then change to the Page title you want in SEO part of Pages form.
Oh, and the optimal solution (future release request?) would be a page title, and page headline field. That way, the link could have one name, and the site itself have another headline. :)
This could be used all around on all pages... really, I have the issue on all pages, but its the frontpage that have hit me the most because "home" just donøt cut it for a title of a mainpage.
Silent Hill, in the /templates/pages_default.tpl just at the beginning of the file: <!-- BEGIN CONTAINER --> <div id="page"> $sTxtSize $aImages[3] $aImages[1] $aImages[2] <h3>$aData[sName]</h3>
change this "<h3>entry" . Just take data from sNameTitle, like this: <h3>$aData[sNameTitle]</h3> And now the Menu will stay menu, and the site-title will get the value from the title in SEO-Tab