Assuming you're using a header template, place this in your header and
the page title should display on pages as well as entries. It will
also display the name of the site:

<title><?php if ($request->display_entry || $request->display_page &&
isset($post)) { echo "{$post->title} - "; } ?><?php
Options::out( 'title' ) ?></title>

Rick


On Apr 11, 3:06 pm, Shedo Surashu <m...@shedosurashu.com> wrote:
> How do I make the page title on my blog, appear? I'm using Habari 0.6.6.
> When I view the single pages for my blog posts, it displays the blog title,
> as well as the post title but when I view only pages on my blog, only the
> blog title shows. How do I make this happen?
>
> Best regards,
> Shedo Surashu

-- 
To post to this group, send email to habari-users@googlegroups.com
To unsubscribe from this group, send email to 
habari-users-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to