I've noticed this on all your sites/themes. On the index page, at the top it reads (as example): Method | A Premium WordPress Theme
Then subsequent pages will just read: Blog, About Us, Fancy Tables
Is there a way to get every page to read: Method | Blog or Method | About Us, etc
I'm sure it's just a matter of adding some php ... actually, I think I figured it out. Below is what I used, would you recommend doing it that way? I replaced line 17 in the header.php file.
Thanks,
Scott
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>













