Maloi27 Posted December 16, 2008 Share Posted December 16, 2008 I've added another page to our website. I've already added the filename to filename.php and english.php but the browser still Displays the title Mozilla Firefox and the tab title just displays the page's url. What seems to be the problem? What should I do? Thanks for the future help. :) Malou Constantino e-Philippines Adventure Travel and Destinations www.e-philippines.com.ph Tel: (632)7079001 Fax: (632)4030433 explore.experience.enjoy.Philippines. Link to comment Share on other sites More sharing options...
germ Posted December 16, 2008 Share Posted December 16, 2008 Make sure you have the title tags in the <head> section of the page: <title><?php echo TITLE; ?></title> (example from "standard" osC page) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Maloi27 Posted December 16, 2008 Author Share Posted December 16, 2008 Make sure you have the title tags in the <head> section of the page: <title><?php echo TITLE; ?></title> (example from "standard" osC page) Yes.. I do have that code /*** Begin Header Tags SEO ***/ if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE; ?></title> <?php } /*** End Header Tags SEO ***/ I just can't figure out what seems to be the problem... :huh: Malou Constantino e-Philippines Adventure Travel and Destinations www.e-philippines.com.ph Tel: (632)7079001 Fax: (632)4030433 explore.experience.enjoy.Philippines. Link to comment Share on other sites More sharing options...
germ Posted December 16, 2008 Share Posted December 16, 2008 So do you have TITLE defined in your new pages code anywhere? define('TITLE', 'Your Page Title Here'); Something like that? :unsure: If it's a "Header Tags SEO" problem count me out. I know absolutely nothing about it. :blush: What code comes out in the HTML source for the page title? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Maloi27 Posted December 16, 2008 Author Share Posted December 16, 2008 So do you have TITLE defined in your new pages code anywhere? define('TITLE', 'Your Page Title Here'); Something like that? :unsure: If it's a "Header Tags SEO" problem count me out. I know absolutely nothing about it. :blush: What code comes out in the HTML source for the page title? :unsure: ..Yes, I also have that code on filename.php ...and Yes, its the header tags seo.. I just figure out that I didn't put the header titles on that category.. my problem is solved. Thanks a lot for your help.... :lol: Malou Constantino e-Philippines Adventure Travel and Destinations www.e-philippines.com.ph Tel: (632)7079001 Fax: (632)4030433 explore.experience.enjoy.Philippines. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.