Title: PHP Date Tag
Last modified: August 18, 2016

---

# PHP Date Tag

 *  Resolved [firefox](https://wordpress.org/support/users/firefox/)
 * (@firefox)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/)
 * Hi
 * In the index.php page and within the meta tag, how do you set the PHP Date Tag
   to insert the date for every post entries?
 * This is my Date Tag:
 * <?php the_date(”); ?>
 * This is my site:
 * [http://www.selfcaretalk.com](http://www.selfcaretalk.com)
 * I only get the date for the latest entry but not the previous one(s).
 * What should I change?
 * Thanks and well appreciate it.

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

 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/#post-257997)
 * the_time(‘m/d/Y’)
 * the_date only displays once for each day. You might read up on the template tags…
   [http://codex.wordpress.org/Template_Tags/the_date](http://codex.wordpress.org/Template_Tags/the_date)
 *  Thread Starter [firefox](https://wordpress.org/support/users/firefox/)
 * (@firefox)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/#post-257999)
 * I don’t really want the time, just the date for each entries.
 *  Thread Starter [firefox](https://wordpress.org/support/users/firefox/)
 * (@firefox)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/#post-258001)
 * there must be a way around this..
 * Engadget has the date on top with several entries for a particular day.
 * [http://www.engadget.com](http://www.engadget.com)
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/#post-258002)
 * Right. Read the page I linked to (or just use what I posted).
 *  Thread Starter [firefox](https://wordpress.org/support/users/firefox/)
 * (@firefox)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/#post-258037)
 * Yeap, it was the the_time() tag that did the trick:
 * <?php the_time(‘F j, Y’); ?>

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

The topic ‘PHP Date Tag’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [firefox](https://wordpress.org/support/users/firefox/)
 * Last activity: [20 years, 9 months ago](https://wordpress.org/support/topic/php-date-tag/#post-258037)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
