Is there a way to modify this module to change only the title tag of nodes, leaving the displayed h1 title as is?

I am working on a site in which I need to change the title of only a few pages, but not the title displayed on the webpage.

Following the function this module calls, drupal_set_title, it seems that each node only stores one title in it's database $stored_title.

Is this functionality possible using this module?

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

Hey dmarcini, unfortunately this module does not provide the functionality you are looking for. Page Title (http://drupal.org/project/page_title) might have something closer to what you want though.