- This topic has 1 reply, 1 voice, and was last updated 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I have just started to use wordpress for a blog and want my posts to not only show the date of the post, but also the time it was published. Is there anyway of doing this without having to manually?
What to display is in your theme. You can check other themes, some have the date format configurable, like “m j, Y” to “m j, Y @ g:i a” (see PHP date/time format codes). Secondly, many themes will have the date format translatable. Then you can use a translation plugin to alter the format to include time.
Finally you can always create a child theme, copy over (only) the relevant template(s) and edit it to show the time.