- Posts: 189
- Thank you received: 0
Put Event Date Below Event Title
- MyWorld
- Topic Author
- Offline
- Elite Member
-
Less
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?
Thanks!!
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
-
Less
More
- Posts: 189
- Thank you received: 0
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.