By razzel on
Every node has a title. Drupal writes it out above the node content. I want to move the title around a bit. I guess I have to find the variable that stores the title content, but that is what I have failed to do.
I did find this in the page.tpl.php file:
print $title
But nothing happens if I remove or just move it somewhere else in the page.tpl.php file. Where should I look?
Comments
Try node.tpl.php .
Try node.tpl.php .
page.tpl.php controls each page, whereas node.tpl.php controls each node/teaser within the page.
___________________
It’s in the detaιls…
demonstration portfolio
Thanks, that I did not know.
Thanks, that I did not know. You learn something every day! Thanks! :-)