Hi Christine, thanks for your reply. I have replaced <title> … </title>, but it doesn’t work for my new theme.
When I uninstalled all in one SEO plugin, my browser shows “blog title | post title”. But I want “post title | blog title”.
This is the original code from header.php (my new theme):
<title><?php wp_title(‘|’, true, ‘left’); ?></title>