Title: Post time meta
Last modified: October 6, 2016

---

# Post time meta

 *  Resolved [luisthegeek](https://wordpress.org/support/users/luisthegeek/)
 * (@luisthegeek)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/post-time-meta/)
 * Is there a way to have the time a post was published show in the post meta data
   next to the byline and date?

Viewing 1 replies (of 1 total)

 *  Thread Starter [luisthegeek](https://wordpress.org/support/users/luisthegeek/)
 * (@luisthegeek)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/post-time-meta/#post-8261084)
 * nvm… I got it working. For anyone else interested, here is what i did…
 * Copied ‘Single.php’ to my child theme folder.
 * opened ‘single.php’ in text editor and went to line 34.
 * replaced the following:
 * `<?php echo date_i18n( get_option( 'date_format' ), strtotime(get_the_date('F
   j, Y')));?>`
 * with this:
 * `Posted: <?php the_time(get_option('date_format')); ?> <?php the_time(get_option('
   time_format')); ?>`

Viewing 1 replies (of 1 total)

The topic ‘Post time meta’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/giornalismo/2.0.1/screenshot.png)
 * Giornalismo
 * [Support Threads](https://wordpress.org/support/theme/giornalismo/)
 * [Active Topics](https://wordpress.org/support/theme/giornalismo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/giornalismo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/giornalismo/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [luisthegeek](https://wordpress.org/support/users/luisthegeek/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/post-time-meta/#post-8261084)
 * Status: resolved