Posted by El Bandito on December 27, 2012 at 8:53am
I'd like to suffix my node title with a version number which is contained in a field attached to the node e.g.
"My page title" is output as "My page title Version 1".
Looking at the page template outputting the file it looks as though $title_suffix would do the job, but I'm not sure how or where I set this variable.
Any pointers appreciated.
Comments
See
See http://drupal.org/project/page_title. Here using http://drupal.org/project/token you can use field values in title.
I think he mentions the
I think he mentions the $title_prefix used in node template.
Page title is all about setting title tag in the page.tpl.php or html.tpl.php
// Ayesh
I think he mentions the
I think he mentions the $title_prefix used in node template.
Page title is all about setting title tag in the page.tpl.php or html.tpl.php
// Ayesh