Category: Learn Drupal

Custom Drupal theme regions

From Drupal 4.7 onwards Drupal themers now have the ability to set their own custom block regions for their themes. This gives even more power to your theme and your ability to customize your themes. Blocks admin areaBy regions I mean the regions in the page template where you can assign block content like left-sidebar,right-sidebar,

Read More
Drupal theming tips and tricks

In the overriding theme functions tutorial we touched on using a template.php file within your theme and hopefully you saw how powerful it can be for theming overriding, so I’ll show you a few tips and tricks I have learnt here and there. 1) Organise your codeKeep your template.php file neat and tidy by using

Read More