Hello- I am a relative newbie to Serendipity and so far I have only one question: I am using the Kubrick theme and have created a custom image for the header. When I click on the title of an existing post, the next page which shows post details displays the title of the post over my header image. Can this be disabled in some way? I simply want the header image to display without any other content over it on all site pages. Is this a feature of the Kubrick theme only, or will I have the same behavior no matter which template I use?
Thank You!
CG~
Remove Post Title From Header?
The templates are very flexible, so it's possible you can find one that doesn't do that. But it's unlikely, I think.
To prevent this, go to your serendipity dir/templates/kubrick/ and edit index.tpl. On line 31, you'll see the header div. On line 33, you'll see the $head_title getting printed (or $blogTitle, if $head_title is empty) in an <h1>. Remove this line and the description div below it to remove the title and entry description.
To prevent this, go to your serendipity dir/templates/kubrick/ and edit index.tpl. On line 31, you'll see the header div. On line 33, you'll see the $head_title getting printed (or $blogTitle, if $head_title is empty) in an <h1>. Remove this line and the description div below it to remove the title and entry description.
-
cielogrande
- Posts: 2
- Joined: Fri Sep 22, 2006 12:11 am