Hi friends,
I'm a drupal newbie...
Is there any way to list in my custom-node.tpl.php what fields are available to use for my current node?
for example, at View, when I write
print var_export($data,TRUE);
to php customfield, it gives me a list of available fields. is there any equality func. for using in any node.tpl.php?
Apprecate helps! thanks a lot!
[UPDATE]
Devel Module lists all
I can print field_gues_amenities as below;
print $node->field_quest_amenities[0]['view'];
but how can I print taxonomy > name ?