Is there a way to get a field's teaser value with php? I can get the fields value with some php like this..
<?php print $node->field_country[0]['value'] ?>
I tried this..
<?php print $node->field_country[0]['teaser'] ?>
But that does not work. :(