Hi Rick
Yup. Works fine.
One question - initially, I thought I would be able to remove this
code from 'header.php'
<title><?php
if( ( $request->display_entry || $request->display_page ) &&
isset( $post ) ) {
echo "{$post->title} - ";
} elseif( $request->display_entries_by_tag &&
isset( $posts ) ) {
echo $theme-
>get_tag_text(Controller::get_var('tag')) . ' - ';
}
?>
<?php Options::out( 'title' ) ?>
</title>
....and all the work would be done by the single call to
<?php $theme->header(); ?>
However, this doesn't appear to be the case. If I remove the original
<title> blog, I get blank titles for some pages but the plugin does
create a title for a tag page ('Tag Archive - Blog')
I also note your Arctic Ice theme also includes a similar <title>
blog.
Is my understanding correct ?
> It should be fixed now. Go ahead and download athttp://
sagrising.cockrumpublishing.com/files/metatitle.zip. Let me