Hi there!
How can you be sure that the ' force rewrite title ' is working correctly? Can you see this in the source code, and what should you expect? It does not change the visable page titel in the browser on top when i checked this function.
My code looks liks the following:
-------------
<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?>
<?php if ( is_page() && !is_front_page() ) { ?><?php bloginfo('name'); ?> | <?php wp_title(''); ?><?php } ?>
[Please post code or markup snippets between backticks or use the code button. Your posted code may now have been permanently damaged by the forum's parser.]
-----------
I have the same problem the page title is the same on the homepage ( http://www.mondomarketing.nl ) and on the blogpage of the website ( http://www.mondomarketing.nl/internetmarketingblog )
thanks!!