• Resolved Agnes

    (@agneslesagegmailcom)


    Strange – the plugin is activated, I have the custom field appear in the edit page, but when I update options or pages nothing changes on front side…

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>

    Just spotted this in the installation instructions, did you do this?

    [Please post code snippets between backticks or use the code button.]

    Actually, nope its not working, it looks like its not picking up the custom url structure

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: SEO Title Tag] Not working on 3.0.4?’ is closed to new replies.