The title "Date of item" is displated even when no date is entered. In a hook_nodeapi I added the following to take this into account:

if(empty($node->field_date_of_entry[0][value])) unset($node->content[field_date_of_entry]);

Comments

wmostrey’s picture

Status: Active » Closed (fixed)