Title on Tag Page

Discussion in 'Blogging' started by sarpras2005@yahoo.co.in, Jan 24, 2008.

  1. #1
    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.
     
    sarpras2005@yahoo.co.in, Jan 24, 2008 IP
  2. Blonde Jon

    Blonde Jon Active Member Affiliate Manager

    Messages:
    745
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Blonde Jon, Jan 24, 2008 IP
  3. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #3
    just-4-teens, Jan 25, 2008 IP
  4. sarpras2005@yahoo.co.in

    sarpras2005@yahoo.co.in Well-Known Member

    Messages:
    1,436
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #4
    I am already used "all in one seo pack 1.2.5.4"
     
    sarpras2005@yahoo.co.in, Jan 25, 2008 IP
  5. sarpras2005@yahoo.co.in

    sarpras2005@yahoo.co.in Well-Known Member

    Messages:
    1,436
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #5
    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.
     
    sarpras2005@yahoo.co.in, Jan 26, 2008 IP
  6. waynelyp90

    waynelyp90 Banned

    Messages:
    458
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Dude, your server is running out of memory.
     
    waynelyp90, Jan 26, 2008 IP
  7. sarpras2005@yahoo.co.in

    sarpras2005@yahoo.co.in Well-Known Member

    Messages:
    1,436
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #7
    Thanks, My server provider add memory limit my blog. it increased now.

    new version of all in one seo pack require high memory?
     
    sarpras2005@yahoo.co.in, Jan 29, 2008 IP
  8. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #8
    dunno but 244482 as a memory limit is not much (around 24mb i think)
     
    just-4-teens, Jan 29, 2008 IP
  9. sarpras2005@yahoo.co.in

    sarpras2005@yahoo.co.in Well-Known Member

    Messages:
    1,436
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #9
    How much MB memory on your website.
     
    sarpras2005@yahoo.co.in, Jan 29, 2008 IP