I recently upgraded from Drupal 6 to 7 and on my node pages it is now returning the keys for each selected custom field, instead of the label. This is only happening for "Select list" fields.
For example, the field "Price" is entered as "ForSale|This property is for sale now" in the custom field, and it is showing "ForSale" on the page instead of "This property is for sale now". The node template is showing these fields by:
I just need to simply get it to show the label again, instead of the key. Any help would be appreciated.