Title: Time problem
Last modified: August 18, 2016

---

# Time problem

 *  [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/)
 * Hi , i was searching for any help about “time” in post
    my problem is every time
   i post something my time does not show only the date.
 * any idea?

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318458)
 * [http://codex.wordpress.org/Template_Tags/the_time](http://codex.wordpress.org/Template_Tags/the_time)
 * That would need to be added/edited into your active theme’s template(s) to display
   the time for a post.
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318461)
 * kafkaesqui
 * where to add those lines ?
    i did not get it at all ! can u help please? im using
   wp2
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318463)
 * “_im using wp2_“
 * Not a lot to go on for helping out. What theme is in use? Do you have a link?
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318464)
 * im using WordPress Default 1.5
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318465)
 * Since the time is already displayed on a single post page, I’ll assume you want
   this for the home page, and possibly archive (and category) pages.
 * For the default theme you want to edit its index.php or Main Index Template. 
   Information on editing a theme, or files in general related to your WordPress
   installation, can be found here:
 * [http://codex.wordpress.org/Editing_Files](http://codex.wordpress.org/Editing_Files)
 * In the index.php look for this line:
 * `<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small
   >`
 * It’s a little different than your average theme’s inclusion of the_time(), since
   it’s passing a [date format string](http://codex.wordpress.org/Formatting_Date_and_Time)
   as an argument (i.e. `'F jS, Y'`). We can adjust this string so it displays both
   the date and the time:
 * `<small><?php the_time('F jS, Y @ g:i a') ?> <!-- by <?php the_author() ?> --
   ></small>`
 * That will display the date/time as:
 * >  January 14th, 2006 @ 12:01 pm
 * For archive and category pages, edit the default theme’s archive.php (first Archives
   on the theme editor page), look for:
 * `<small><?php the_time('l, F jS, Y') ?></small>`
 * and make the same change as above to the argument passed to the_time().
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318470)
 * in “edit theme” there is no index.php !
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318471)
 * From above:
 * **For the default theme you want to edit its index.php or Main Index Template.**
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318472)
 * _ index.php or Main (Index) Template_
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318473)
 * sorry my mistake 🙁
 * Fixed now 🙂
 * Thanks alot mate 🙂

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

The topic ‘Time problem’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 9 replies
 * 3 participants
 * Last reply from: [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * Last activity: [20 years, 5 months ago](https://wordpress.org/support/topic/time-problem/#post-318473)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
