On my blog page I only see the date of some posts, but not on all of them. I know WordPress’ “the_date()” function only outputs the date on the first post of any date, and that “the_time()” can be used as a workaround. But in what file can I find the php I should change (after copying the file to my child theme off course)?
Hey LP-Media,
Please refer to this post https://kriesi.at/support/topic/display-date-category-blog-posts-grid-layout/#post-389032
Let us know if you have any questions.
Best regards,
Vinay
As it turns out, not showing the date is either the default behaviour, or a bug when you select a grid layout for a blog. When I selected “Single author, small preview pick” as a layout, the date indeed shows up.
I’ve resolved my issue by changing the blog layout to “Single Author”, and just used custom css to transform the layout back into a grid.