Put Event Date Below Event Title

  • MyWorld
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 9 months ago #10298 by MyWorld
Put Event Date Below Event Title was created by MyWorld
I'm styling the Category Default Layout page. I copied the code below and place below the event title but the date is not showing. Any idea how to get it to show in that location?
Code:
<?php echo JHTML::_('date', $item->event_date, $this->config->event_date_format, null) ; ?>

Thanks!!

Please Log in or Create an account to join the conversation.

  • MyWorld
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 9 months ago #10343 by MyWorld
Replied by MyWorld on topic Re: Put Event Date Below Event Title
It wasn't working because I was using the wrong override file. Now it works!!
Code:
<?php echo JHTML::_('date', $item->event_date, $this->config->event_date_format, null) ; ?>

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc