Title: Display time in all posts
Last modified: August 31, 2016

---

# Display time in all posts

 *  Resolved [phemsy](https://wordpress.org/support/users/phemsy/)
 * (@phemsy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-time-in-all-posts/)
 * Please, how can I display time in all my posts and comments. I have read countless
   fixes that suggested putting some php code lines beside another such as this:
 * find
    <?php the_time(‘F jS, Y’) ?> before it put this Time posted: <?php the_time(‘
   g:i a’); ?>
 * It was suggested that I make that edit in index.php of the template, BUT, there
   is no such code line or anything close to it in the index.php of template folder
   or any other index.php file.
 * Please someone help me solve this problem. I would appreciate it very much.
    
   Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-time-in-all-posts/#post-7069500)
 * Hi,
 * You can search for the following codes in various locations in the theme.
 * `<a href="<?php the_permalink() ?>"><span class="published updated"><?php the_time(
   get_option('date_format')); ?></span></a>`
 * That’s the link for the published date, you can add your time code beside it.
 * Thank you
 *  Thread Starter [phemsy](https://wordpress.org/support/users/phemsy/)
 * (@phemsy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-time-in-all-posts/#post-7069528)
 * Thanks Denzel.
    I had seen that code countless times in various locations but
   did not know it to be the culprit since it looks different. It’s been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display time in all posts’ is closed to new replies.

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

## Tags

 * [display time](https://wordpress.org/support/topic-tag/display-time/)

 * 2 replies
 * 2 participants
 * Last reply from: [phemsy](https://wordpress.org/support/users/phemsy/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/display-time-in-all-posts/#post-7069528)
 * Status: resolved