Quote danielbidala Total posts: 153 02 Apr 2015 19:17 HI all I want to display filed label in article template even if the field value is not set. I try this way: <?php echo $item->fields_by_id[179]->label; ?> But it isn't work. Any idea? Last Modified: 20 Apr 2015 Tags Templates Cobalt 9 Developer
HI all
I want to display filed label in article template even if the field value is not set.
I try this way:
<?php echo $item->fields_by_id[179]->label; ?>
But it isn't work. Any idea?