Progressive Theming Techniques for Drupal

Too often people assume that theming Drupal is going to be really hard and skip right to the hardest technique to accomplish something that is "trivial." This list is a gentle reminder that sometimes theming Drupal can be as easy as clicking a few buttons.

In order of preference you should use the following techniques to theme Drupal:

  1. Adjust the UI settings for Drupal core and contributed modules.
  2. Customize CSS styles for existing IDs and classes.
  3. Use variables, functions, tpl.php files provided by Drupal and contributed modules.
  4. Modify variables, functions and tpl.php files from the file template.php with preprocess functions.
  5. Create new variables, functions, tpl.php files with preprocess functions and adding theme settings theme-settings.php.

Want More Tutorials?

Are you interested in getting even more tutorials sent to your inbox? Sign up for our incredibly popular tips mailing list and get a free tutorial every month. You may even win a coupon for a free e-book (include your whole name if you want to win stuff).

For a limited time we'll even send you a bonus tips sheet The Top Ten Mistakes People Make when Theming Drupal when you sign up for the list.