• Resolved dichternebel

    (@dichternebel)


    Hi there again,

    I’m using the All in One SEO Pack and was still using Tracks 1.27 due to the already mentioned galleries issue. The version 1.30.3 fixed the broken galleries but now the page titles are no longer rewritten correctly by the All in One SEO Pack.
    Seems to be some kind of conflict.

    Any ideas what to do to make Tracks work together with the SEO Pack again?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    A new rule for how themes on wordpress.org should add the <title> to the page caused us to switch to a simpler method.

    Here is how the title is now added (within <head> in header.php):

    <title><?php wp_title("",true); ?></title>

    I’m not sure why All in One SEO Pack would have any trouble filtering that, it should be easily done with the wp_title() filter. I would check for a setting you can change with the plugin and contact the author about it. I know that Yoast’s SEO plugin still works appropriately as well.

    Thread Starter dichternebel

    (@dichternebel)

    Ouch!
    Shame on me. Reading your reply pointed exactly to the problem that is currently sitting in front of a laptop and typing… 😉
    I did some customization in header.php but I did not update the file to 1.30.3. to do the tweaks based on the current version!
    So thanks again Ben, it has nothing to do with All in One SEO nor with Tracks 1.30.3 but just with me…

    Theme Author Ben Sibley

    (@bensibley)

    No problem, glad it’s figured out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘AllInOne SEO and Tracks 1.30.3’ is closed to new replies.