• Resolved racerman28

    (@racerman28)


    Hello,

    I want to insert a custom title on the home page of my blog only….one that will not change.

    The interior pages of my blog are fine and I want them to remain as they are.

    How would I accomplish this?

    I use the Anaconda theme that uses an SEO’d title structure (I’m told). Here it is:

    <title><?php wp_title(''); ?> <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); ?></title>

    Any help would be greatly appreciated!

    Ken

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change title on home page only?’ is closed to new replies.