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...
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...
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
This topic has been closed to new replies.