Forums

how to show year in single post - content date (3 posts)

  1. nelson-ray
    Member
    Posted 4 years ago #

    I'm using the blue zinfandale theme and would like to have the year included on the littel date.gif that currently only shows month and date.

    the relevant line in index.php says :

    <div id="contentdate">

    <h3><?php the_time('M'); ?></h3>

    <h4><?php the_time('j'); ?></h4>

    </div>

    how would I get it to show the year as well? thanks

  2. Otto
    Tech Ninja
    Posted 4 years ago #

    <?php the_time('Y'); ?>

  3. nelson-ray
    Member
    Posted 4 years ago #

    Thanks Otto42...does seem obvious in retrospect but when I tried it earlier it didn't work (I placed it in the wrong php file!). Appreciate it very much!

Topic Closed

This topic has been closed to new replies.

About this Topic