Title: date position
Last modified: August 18, 2016

---

# date position

 *  [Ruriko](https://wordpress.org/support/users/ruriko/)
 * (@ruriko)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/date-position/)
 * How do move the date to go under the title post

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/date-position/#post-590860)
 * Without knowing your theme or seeing your site, I can only suggest you will need
   to move the [template tag](http://codex.wordpress.org/Template_Tags), [the_time](http://codex.wordpress.org/Template_Tags/the_time)
   or [the_date](http://codex.wordpress.org/Template_Tags/the_date), in your theme’s
   index.php file.
 * See:
    [Stepping into Template Tags](http://codex.wordpress.org/Stepping_into_Template_Tags)
   [Stepping into Templates](http://codex.wordpress.org/Stepping_into_Templates)
   [Template Hierarchy](http://codex.wordpress.org/Template_Hierarchy) [Editing Files](http://codex.wordpress.org/Editing_Files)
 *  [valuxes](https://wordpress.org/support/users/valuxes/)
 * (@valuxes)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/date-position/#post-591326)
 * Look in your theme’s index.php and locate the_title and the_time (or the_date).
 * You want to move all the code pertaining to the_time or the_date to after the_title.
 * For example, in the following code:
 * `<div><h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel
   ="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title();?
   ></a></h2><?php the_time('F js, Y') ?></div>`
 * I moved `<?php the_time('F js, Y') ?>` to after everything between the `<h2>`
   and `</h2>` tags (which contain the_title).

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

The topic ‘date position’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [valuxes](https://wordpress.org/support/users/valuxes/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/date-position/#post-591326)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
