Im using wordpress 3.0 here:
http://www.adventure-service.com
On homepage i am using template that creates that content without wordpress loop.
But on contact page i am using the loop:
<?php get_header(); ?>
<div id='content'>
<?php get_template_part('loop'); ?>
</div>
<?php get_footer(); ?>
Ofc on contact page title works just fine.
Any idea what to do? What code to show you? In header.php i have this for title:
<title><?php wp_title( '| adventure-service.com', true, 'right' ); ?></title>