How to add post date to the blog view?
-
Hi, I am trying to get the blog page on my website to show the date of each post next to the title. I found a similar topic here: https://www.ads-software.com/support/topic/add-date-of-post-to-category-page/, which requests similar thing, but for category view. The solution involves adding
<?php the_date('F j, Y'); ?>
to the<div class="list-article-content">
in the content-list.php of the Onepress theme (or a child theme). I did this, and now the front page displays the date next to post title, as does category views, but not the blog page. Can someone please tell me where should I add this code so that the blog page would also show post dates next to their titles?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add post date to the blog view?’ is closed to new replies.