No, do not joke dear thuyltt.
It is hardcoded...again!
I solved it by disabling it in CSS but thangnd wrote also a solution:
26.01.2016 11:41:43 thangnd wrote:
Dear palos,
Please go to templates\sj_grid\html\com_k2\templates\default\item.php find code:
<?php if($this->item->params->get('itemFeaturedNotice') && $this->item->featured): ?>
<!-- Featured flag -->
<span>
<sup>
<?php echo JText::_('K2_FEATURED'); ?>
</sup>
</span>
<?php endif; ?>
=> edit to:
<?php if($this->item->params->get('itemFeaturedNotice') && $this->item->featured): ?>
<!-- Featured flag
<span>
<sup>
<?php echo JText::_('K2_FEATURED'); ?>
</sup>
</span>
-->
<?php endif; ?>
Thanks & regards!
PLEASE FORGET HARDCODING VALUES! FOR EVER!