When I use <?php print $node->field_name[0]['view']; ?> I get nothing.
I can do <?php print $node->nid; ?>, that's fine.
If I do this: <?php print "$node->field_name[0]''view']"; ?> My node title becomes:

Array[0]['view']

"Array" with a capital "A", eh?

Anyone have any ideas?

Comments

gaurav.kapoor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)