To reverse the WordPress page title, that is the blog title and the blog name:
In your Themes directory header.php
For WordPress 2.5 and up:<title><?php wp_title('--',true,'right'); ?><?php bloginfo('name'); ?></title>
To reverse the WordPress page title, that is the blog title and the blog name:
In your Themes directory header.php
For WordPress 2.5 and up:<title><?php wp_title('--',true,'right'); ?><?php bloginfo('name'); ?></title>