Comments 21Paulo started the conversationJuly 22, 2019 at 7:05pmHi. Our client wants to see the entire date on the posts page. I don’t see how to accomplish this via the documentation. Screen shot attached. Thanks. 7,095Oliver repliedJuly 23, 2019 at 8:24amHi,You need to edit template:/wp-content/themes/thegem/content-blog-item.phpline 78 Find there: get_the_date('d M')And set the format you need.https://developer.wordpress.org/reference/functions/get_the_date/Before the editing copy this file to the child theme. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi.
Our client wants to see the entire date on the posts page. I don’t see how to accomplish this via the documentation.
Screen shot attached.
Thanks.
Hi,
You need to edit template:
/wp-content/themes/thegem/content-blog-item.php
line 78
Find there:
And set the format you need.
https://developer.wordpress.org/reference/functions/get_the_date/
Before the editing copy this file to the child theme.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver