Change title tag on Index page only
-
Hello,
I recently added this line of code to my header.php file so that the name of the post appears in the individual post title tag: <title><?php wp_title(‘-‘,’true’,’right’); ?><?php if ( is_single() ) ?><?php bloginfo(‘name’); ?></title>
However, I would like my index page to have a unique title tag that will not appear in other title tags of my site.
Can someone tell me which template needs to be altered and what new tag needs to be inserted?
Note I am using the Copyblogger theme.
Many thanks,
Randy
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change title tag on Index page only’ is closed to new replies.