Hi
Ok. I saw Your PM. This test just show if this element was not showing becuase of K2 or template. You can rename the files back now. Edit /html/com_content/article/default.php file and add this code under the article header:
- Code: Select all
<?php if($this->item->params->get('itemDateCreated')): ?>
<!-- Date created -->
<span class="itemDateCreated">
<?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC2')); ?>
</span>
<?php endif; ?>
this is a creation date. I do not see published date option in K2 code.