Title on tag page display name of the blog. It not display Tag Title or Title of the tag page. My Title code on Header is <title> <?php if (is_home()) { bloginfo('name'); echo ' -- '; bloginfo('description'); } elseif (is_single() ) { single_post_title();} elseif (is_page() ) { single_post_title();} else { ?> <?php wp_title(' '); ?> <?php if(wp_title(' ', false)) { echo ' | '; } ?> <?php bloginfo('name'); } ?> </title> If i use elseif (STP_CurrentTagSet()) { single_post_title();} It display Tag title and blog name without space. ex: TagBlogname (no space). Please help me.
Have you tried using plugins? You could use this plugin and you won't have to dig into code: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
After upgrading old version to new version. i get below error Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 244482 bytes) in /home/artic/public_html/wp-admin/admin-functions.php on line 1734 I remove new version and install old. Old version works clearely.
Thanks, My server provider add memory limit my blog. it increased now. new version of all in one seo pack require high memory?