Front-end engineer with a passion for learning something new every day

Blog posts filed under “drupal-6”

RSS Feed Icon for drupal-6

RSS feed for drupal-6

  • Theming Unique Home Page Elements in Drupal with $is_front & PHP

    Ask 10 Drupal Themers how they would accomplish a task in Drupal and you just might get 10 different answers. Most likely those 10 different ways of accomplishing the task would all be valid and unique. This concept would apply when theming a home page element in Drupal; there are several different ways of going about this.

  • How to Customize and Theme Post & Date info in Drupal 6

    When I was theming my blog in Drupal, I decided I wanted a better way to customize and display post info such as wording used and the way date was displayed. The first step is to have a look around and see where the code is coming from that renders this info. I viewed the files in my custom theme folder and discovered these few lines of code in node.tpl.php