- Posts: 35
- Thank you received: 0
Remove the hours on the articles
-
nbgatsi
Inactive member - Topic Author
- Member
Less
More
5 years 6 months ago #47544
by nbgatsi
Remove the hours on the articles was created by nbgatsi
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
5 years 6 months ago #47545
by milos
Replied by milos on topic Remove the hours on the articles
Hello,
Please edit file /templates/sparky_framework/html/mod_articles_news/_item.php and change this:
to this:
Best regards,
Milos
Please edit file /templates/sparky_framework/html/mod_articles_news/_item.php and change this:
Code:
<p class="smalltext article-date"><?php echo $item->publish_up; ?></p>
to this:
Code:
<?php $published_date = explode(" ", $item->publish_up); ?>
<p class="smalltext article-date"><?php echo $published_date[0]; ?></p>
Best regards,
Milos
The following user(s) said Thank You: nbgatsi
Please Log in to join the conversation.
Time to create page: 0.163 seconds