Modifying PHP code in ‘Header’ <TITLE>
-
<title><?php bloginfo(‘name’); if ( is_home() ) { ?>» <?php bloginfo(‘description’); } if ( is_single() ) { ?> » Blog Archive <?php } wp_title(); ?></title>
Above is the line code for the <title> tag on my blog. Under my Category page, only the Name field is displayed on <title> tag. how can I add the Description content in Categories field on <title> as well.
What i meant by Description is that if you go Manage -> Categories -> you’ll find content under the Description column… I’d like to display Description content on <title> tag, but don’t know how to do that.
I appreciate any advice.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Modifying PHP code in ‘Header’ <TITLE>’ is closed to new replies.