Viewing 5 replies - 16 through 20 (of 20 total)
  • Peter

    I added the

    remove_filter( ‘wp_title’, ‘twentytwelve_wp_title’, 10, 2 );

    just before the title tag, like so:

    <?php remove_filter( ‘wp_title’, ‘twentytwelve_wp_title’, 10, 2 ); ?>
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>

    but it hasn’t worked. Strangely only the single post page and the is_tag() pages are affected. category pages are showing up just fine. Please help.

    I solved this problem, excluding the option “Rewrite Titles” in All in One SEO Plugin Options. Now the title of pages and posts is “postname | blogname”

    thanks lucacicca. fixed.

    I am having a problem that I’m unsure is related. No matter where I change the title of a blog post I get the following message under the Meta Tags Optimization section of the post edit page. “The title is <64 characters and the keyword is NOT located at all”

    If I delete the Title from both the post and the All in one SEO pack section I get a message saying there is not title.

    The problem is that the title is the keyword, word for word…

    I have found no option that I check or uncheck to solve the issue…

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    Hi Adamlogix,

    This is an issue with the Meta Tags Optimization plugin, not All in One SEO Pack.

    Also, you should start a new thread instead of hijacking an unrelated one.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘All in One SEO Pack Conflicts with Twenty Twelve’ is closed to new replies.