Hi,
Im trying to show specific field in K2 Item.
I tried implementing the guide from this site:
getk2.org/documentation/tips-a-tricks/display-single-extra-fields-anywhere-in-your-k2-content
but it simply not rendering anything.
This renders nothing:
<?php echo $this->item->extra_fields->postereng->name; ?>
It Joomla 3.5, the field is called "postereng" and I need to get the url for the image (it is an image extra field).
Also tried rawValue and value and still nothing.
Any help will be appreciated.
Tnx,
Gorast