Round Rock / Austin, Texas
Drupal Web Developer
How to Print Raw Text Values in node-xx.tpl.php (Drupal 7)
Need to print a value of a CCK field in a node.tpl.php file?
This is how to get the raw text value:
$content['field_YOUR_FIELD_NAME']['#items']['0']['value']