Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
The title and description are a block and as such can be positioned anywhere blocks can be. A theme in 4.7 can have a header, footer, content area, left sidebar, and right sidebar regions. If you go to the admin/block page each of these regions used in your theme will be yellow with their name in it so you can see where you can position it.
If you don't like one of these positions or not all of the regions are used you can edit your themes page.tpl.php file (using the phptemplate engine pages) and move these regions or add new ones in (there are ways to add more regions than the handful included). You can get more detail on this at http://drupal.org/node/11812.
Thank you very much for pointing me in the right direction. Lots of great reading via that link , and lots of fun playing. I'd actually had the header removed from my hacked page.tpl , so I added it back , moved it around , and finally turned it off and played with snippets. Thanks mfer. Just that little friendly nudge and I've learnt heaps.
kate
Comments
Comment #1
mfer commentedThe title and description are a block and as such can be positioned anywhere blocks can be. A theme in 4.7 can have a header, footer, content area, left sidebar, and right sidebar regions. If you go to the admin/block page each of these regions used in your theme will be yellow with their name in it so you can see where you can position it.
If you don't like one of these positions or not all of the regions are used you can edit your themes page.tpl.php file (using the phptemplate engine pages) and move these regions or add new ones in (there are ways to add more regions than the handful included). You can get more detail on this at http://drupal.org/node/11812.
Comment #2
fluxrider commentedThank you very much for pointing me in the right direction. Lots of great reading via that link , and lots of fun playing. I'd actually had the header removed from my hacked page.tpl , so I added it back , moved it around , and finally turned it off and played with snippets. Thanks mfer. Just that little friendly nudge and I've learnt heaps.
kate
Comment #3
mfer commentedClosing this unless there are still questions. Glad I could help.