Showing published date instead created date
Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
- GK User
- Wed Jan 20, 2016 7:14 am
Hi,
I want to show the published date instead of the creation date in Music template.
But in
http://menaide.uweb.it/menaide/articoli ... to-16.html
if I set in Articles:Edit Options>Show Create Date>Hide
or
if I set in Menus:Edit Item Options>Show Create Date>Hide
all the details
21 Novembre, 2015
Categoria: Comunicati
Pubblicato: Sabato, 21 Novembre 2015 09:28
Scritto da Dario Fidora
disappear!
How can I correctly set showing the published date instead of the creation date?
Thanks.
I want to show the published date instead of the creation date in Music template.
But in
http://menaide.uweb.it/menaide/articoli ... to-16.html
if I set in Articles:Edit Options>Show Create Date>Hide
or
if I set in Menus:Edit Item Options>Show Create Date>Hide
all the details
21 Novembre, 2015
Categoria: Comunicati
Pubblicato: Sabato, 21 Novembre 2015 09:28
Scritto da Dario Fidora
disappear!
How can I correctly set showing the published date instead of the creation date?
Thanks.
-
- Junior Boarder
- teitbite
- Sat Jan 23, 2016 10:38 am
Hi
Please edit /html/com_content/article/default.php and change line:
to
Please edit /html/com_content/article/default.php and change line:
- Code: Select all
<?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon') || ($params->get('show_create_date'))) : ?>
to
- Code: Select all
<?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon') || ($params->get('show_create_date')) || $params->get('show_publish_date')) : ?>
-
- Moderator
- GK User
- Sun Jan 24, 2016 4:20 am
It works. Thank you.
Ciao
Ciao
-
- Junior Boarder
- teitbite
- Mon Feb 01, 2016 12:09 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
4 posts
• Page 1 of 1