Remove the hours on the articles

  • nbgatsi
    Inactive member
  • Topic Author
  • Member
  • Member
More
5 years 6 months ago #47544 by nbgatsi
Hello,

The featured articles display the hours. I would like to remove, and don't show hour, on the latest articles.




Best regards,
Attachments:

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
5 years 6 months ago #47545 by milos
Hello,

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
Powered by Kunena Forum