I just noticed all title rewrites stopped working completely. The plugin is enabled and I'm running the latest version but none of the title options do anything.
My <title> tag is exactly like in the Classic theme:
<title><?php wp_title('�', true, 'right'); ?> <?php bloginfo('name'); ?></title>
but it doesn't work. What's weird is I even tried downgrading all the way down to 1.6 but it still wouldn't work. Did WP change something in the last upgrades and this plugin is not aware of it?
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
OK, traced it down to WP-Minify (http://wordpress.org/extend/plugins/wp-minify/). I'll contact Thaya and let him know. I have a feeling the ob_ functions in WP-Minify have a race condition with your plugin and the title changes get eaten up.
This issue is fixed in the latest WP-Minify (0.7). Thanks, Thaya!
Archon810,
I'm glad you were able to get this issue taken care of. Can you make it easier on us and mark this thread resolved?
:)