Adding A Title To Home Page
Using Jamroom
Yes- I have been struggling with it for a week
Its the result of a custom module I had a friend make for me that allows me to add code to the header of item detail pages which has been resulting in some great traffic to my site over the last 2 weeks...
It only repeats the favicon stuff when I add
<title> My Page Title</title>
using the custom module. So my work a round was to use the module to add the title tags to EVERY page of the site and delete the code
<title>{$page_title|default:"`$default_title`"|capitalize} | {$_conf.jrCore_system_name}</title>
from the meta.tpl
This way I was able to add a custom title to EVERY page of the site INCLUDING item detail pages...so AFTER I did this to EVERY page of the website I discovered after a few hours when I got to the last page to add the title tag to which was www.myhomepage.com It didnt work...worked on EVERY page except that one....which is why I started this post....now I am in the process of removing EVERY title tag I added using the module and reverting to adding the titles using the PAGE CONFIG>SETTINGS....but now I cannot change titles on item detail pages beyond what the default is...

follow all that? You can see the results the module is responsible for
updated by @derrickhand300: 08/20/15 12:30:44AM