I just installed the SEO Title Tag Plugin, and took all the actions to install and utilize it. I cannot however see my changes in the live blog. I am still getting the blog name instead of the custom page title I added.
The blog page is http://puyallupsumnerchamber.com/blog/?page_id=68
I want the main "Puyallup Chamber Blog" to go away and just read "Government Advocacy".
I though I had done everything right. I followed the instructions below:
1. Under Presentation -> Theme Editor in the WordPress admin, select "Header" from the list and replace <title><?php bloginfo('name'); wp_title(); ?></title> (or whatever you have in your <title> container) with `<title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title>
I have also named my page as the instructions noted under "manage > title tags" Anyone else have anything similar this happen to them?
Thanks!