adding title to tag pages
-
Hey. I haven’t been able to find any topics about this – I’m trying to add a title for my tag pages eg. <title>Pages tagged with Beans</title>
the php to call the keyword is
<code><?php the_search_keytag(); ?></code>
if I add it to to header.php it adds the keyword no problem, but how can I also add “Pages tagged with”
.. I also just added titles to my search page:
<code>if(is_search()) { echo 'Search results for '; echo wp_specialchars($s);echo ' // '; } else { echo'';} ;</code>
I could just use this but I can’t imagine what is_search() would be for the tag pages.
does anyone have any ideas?
Ahni.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adding title to tag pages’ is closed to new replies.