Post doesn’t show date if there’s another post with the same date

I faced similar issue in past because I modified my date function.
And then posts were displaying date if only each post has different date otherwise it returned blank.

Try adding <?php echo get_the_date(); ?> instead.

Leave a Comment