|
|||
|
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. |
|
||||
|
What do you think about this code?
Code:
elseif (STP_CurrentTagSet()) { single_post_title();}
Last edited by Bagi Zoltán; 03-04-2008 at 05:00 AM. |
|
|||
|
This code not work.
|
![]() |
| Useful Resources & Sites |
| • Search Engine Marketing Company • UK Web Hosting • Build One Way Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
| UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons. |
| Subscribe to our feeds |