Page 1 of 1

Header: $head_title / $head_subtitle

Posted: Wed Apr 25, 2007 11:41 am
by JWalker
There is opposite behavior:

The positions of $head_title and $head_subtitle:

When the main front page is shown (the entries follow one by one), the blog title appears above the blog description.

When an entry is shown (with the comments, trackbacks and the other entry stuff), the name of the entry is shown above the blog title. The same is in the static pages: the blog title is below the static page name.

This results that the blog title changes its place in the header, and eventually its font-size, style (italic, bold...).

Is this intended behavior ?

Re: Header: $head_title / $head_subtitle

Posted: Wed Apr 25, 2007 11:44 am
by garvinhicking
Hi!

Yes, this is intended behaviour, because we give more weight to the entry title than the blog title. It's like this since Serendipity 0.1 default templates. :-)

Your index.tpl template file can override this behaviour of course.

Best regards,
Garvin

Posted: Wed Apr 25, 2007 11:57 am
by JWalker
Hm, it makes sense ...