Hey guys. If you go to http://talkwebhosting.net you will see that the page is titled "Index". That is because the overall header is optimized for search engines. Well I was wondering if someone could tell me how to make it to where it displays something different only for the index.php file. I was thinking something like an "if" and "else" statement would work. Like:
If page="index.php"
then: <title>TalkWebDesign.net</title>
else: <title>{pagetitle}</title>
I just don't actually know how to write the code for it or know if it can be done at all. Any help with this will be greatly appreciated.
If page="index.php"
then: <title>TalkWebDesign.net</title>
else: <title>{pagetitle}</title>
I just don't actually know how to write the code for it or know if it can be done at all. Any help with this will be greatly appreciated.




















