Probably easy one but I need help...
I have a field which I don't want to be displayed in filed group output. So I disabled it for intro and full view. But I want same field to be displayed in custom position of template?
If I use this the field is hidden.
<?php if(isset($item->fields_by_id[12])): ?>
<span class="field-year">
<?php echo $item->fields_by_id[12]->result; ?>
</span>
<?php endif; ?>
Probably easy one but I need help...
I have a field which I don't want to be displayed in filed group output. So I disabled it for intro and full view. But I want same field to be displayed in custom position of template?
If I use this the field is hidden.