By cklester on
This doesn't seem to work right:
if ($node->field_todo[0]['value']):
What needs to be done?
print check_plain($node->field_todo[0]['value'])
endif;
I'm just wanting to print the content if there's something in $node->field_todo to print...
Can somebody tell me what's wrong with that?