Hi,<br><br>I want to insert a custom title on the home page of my blog only....one that will not change.
<p>The interior pages of my blog are fine and I want them to remain as they are.<br><br>I use the Anaconda theme that uses an SEO'd title structure (I'm told). Here it is:</p>
<p><code><title><?php wp_title(''); ?> <?php if (
!(is_404()) && (is_single()) or (is_page()) or (is_archive()) )
{ ?> at <?php } ?> <?php bloginfo('name');
?></title></code></p>
<p>I was told to add this to the title: (is_home())</p>I did this but where do I go from here? <br><br>Any help would be appreciated!<br><br>Thanks!<br>
-- <br>Kenneth<br>