Archive for the month of May 2012

Some happy news...!

This is exciting for our family: Sophie will be having a little sister! The due date is September 19.

Here's a photo of the sonogram of April 18, showing baby's profile at 18 weeks:

ultrasound photo baby profile

Sophie's little sister.
Baby profile at week 18 (taken April 18, 2012).

Add comment counter to posts

Drupal

If you want to add a comment counter to posts (to display the number of comments) you could add that to the node template by using $node->comment_count but this sort of thing tends to get ugly. It's neater to add the counter to the node links.

Here is a snippet to add to template.tpl.php that does this.