My designer just killed me, I realised he put node titles in a different region of the page layout, just beneath a menu and before left/right sidebars. No going back now.

How can I display titles of things (nodes, views etc) in a different region and hide it from the content region?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

If you don't want to touch the template file and prefer to use the UI, you can also use the Blockify or Omega Tools module. Either one of these will put the page title into a block for you to place in any region of your choosing.

link|improve this answer
does your proposed solution work for rendering node and views titles? – thanos panousis Jan 12 at 17:11
yes it does. :) – nicoz Jan 12 at 17:14
feedback

Not sure which version of Drupal you're using, but the method is basically the same. In D6 just place where ever you need it in the page.tpl.php template and remove it from the node.tpl.php template (or use conditionals to output it there when needed).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.