Reply
Title on Tag Page of my blog
Old 02-10-2008, 10:57 PM Title on Tag Page of my blog
Super Talker

Posts: 112
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@yah is offline
Reply With Quote
View Public Profile Visit sarpras2005@yah's homepage!
 
When You Register, These Ads Go Away!
Reply     « Reply to Title on Tag Page of my blog
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10330 seconds with 12 queries