On Thu, Jan 15, 2009 at 4:58 AM, Linda Rose lnr@qad.com wrote:
Hi, I would like to do that too. How did you do it?
Thanks, Linda
"Ekompute .info" ekompute@gmail.com
My SEO advisor has advised me to changed "Main Page" to "free online encyclopedia". Is there any way to do that?
You can also do it in the skin, but that seems like the hardest of the three mentioned ways...
In <yourskin>.php
if ( 'Main Page' != $this->title ) { $displayTitle = $this->title; } else { $displayTitle = "Whatever you want it to be"; }
Course that's very pseudo-codey.
-Courtney