[Plugin: Platinum SEO Pack] WordPress 2.9 – No title rewrite on single pages
-
I’m using WordPress 2.9 and the Platinum SEO Pack 1.3.1 with one of the N20 Themes (https://www.ngraphicdesign.com/n20-theme-series-free-wordpress-themes/).
The post titles are not rewriting on my individual (is_single) pages. I have since started using the SEO Title Tag plugin until I this works, but I would rather use a single plugin rather than multiple plugins to achieve my goals.
The title element is not special:
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
I have the rewrite titles checkbox option checked in the Platinum SEO pack admin area.
wp_head() is called in the header area.
The home page title is rewritten, but not the individual page titles. I also checked to be sure that the single.php didn’t call some custom header instead of the general header — it doesn’t.
I have the Platinum SEO pack installed on older WP versions, and it works just fine, but it’s not fully functioning for me with 2.9.
- The topic ‘[Plugin: Platinum SEO Pack] WordPress 2.9 – No title rewrite on single pages’ is closed to new replies.