Viewing 1 replies (of 1 total)
  • Thread Starter b0rman

    (@b0rman)

    Fast fix:
    Replace
    $title = str_replace( ‘%tag%’, $tag, $title );
    with
    $title = str_replace( ‘%tag%’, single_tag_title(”, false), $title );
    in all-in-one-seo-pack/aioseop_class.php

Viewing 1 replies (of 1 total)
  • The topic ‘Title for %tag% incorrect’ is closed to new replies.