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&#39;d title structure (I&#39;m told).  Here it is:</p>
<p><code>&lt;title&gt;&lt;?php wp_title(&#39;&#39;); ?&gt; &lt;?php if (
!(is_404()) &amp;&amp; (is_single()) or (is_page()) or (is_archive()) )
{ ?&gt; at &lt;?php } ?&gt; &lt;?php bloginfo(&#39;name&#39;);
?&gt;&lt;/title&gt;</code></p>
<p>I was told to add this to the title:&nbsp; (is_home())</p>I did this but where do I go from here?&nbsp; <br><br>Any help would be appreciated!<br><br>Thanks!<br>
-- <br>Kenneth<br>