Cant see publish date inside article

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Aug 31, 2013 8:39 am
hello,

I cant see publish date inside article (under title). I enabled it in menu manager (under that category in Article Options) and also inside Article manager as default to be "Show".

web site is http://www.stv.hr/vijesti/136-rupnik-na ... ritma.html
User avatar
Fresh Boarder

teitbite
Mon Sep 02, 2013 9:22 am
Hi

please send me an access to jooml panel ill check.
User avatar
Moderator

teitbite
Wed Sep 04, 2013 6:26 pm
Hi

Please change the name of the file /html/com_content/article/default.php to _default.php . Let me know if it helped.
User avatar
Moderator

teitbite
Tue Sep 10, 2013 2:48 pm
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.
User avatar
Moderator

teitbite
Sun Oct 06, 2013 2:29 pm
Hi

I got Your message via PM. Please put the changes back and show me the page than so I'll tell You what css modifications needs to be done.
User avatar
Moderator