I have implemented the Page title & Nodewords module for my site which is using the drupal 6 version. But the page title which is at the top of the browser and content title heading appears to be the same for my site. Any one help me how can I make content title different from the meta title tag. http://hsastudios.com/android_games Any help must be greatly appreciated.
Do you want to make content title different for main page only or for all pages of site? If it is for main page only, then you can create a custom front page template file named page-front.tpl.php described here http://drupal.org/node/148063 and in that custom front page, you can remove the print title part and instead add your own h1 tag with custom title.
Hi, I want to make the content title different for all the pages of the site. And how it can be done.
'nodewords' is for meta tags and is SEO related, 'page_title' module controls the <title> for the page and can be configured in 'admin/settings/page-title', you can set the title per whole site, for the front page, per each node type, if you are using views, the title configuration is in the views setup page.