Forums

[resolved] Date format (3 posts)

  1. gandalf458
    Member
    Posted 1 year ago #

    I have successfully installed WP and have changed several options, added a user and made a post at http://www.grador.biz/blog/ I still have so much to learn and I keep reading the documentation.

    In general settings I have changed the date format to 7 June 2010 but the dates shown against posts are still show as June 7th, 2010. What am I missing?

  2. vtxyzzy
    Member
    Posted 1 year ago #

    The default theme has the date format hard-coded, and so does not honor the Settings->General option. In index.php, and probably in other templates, change this:

    <?php the_time('F jS, Y') ?>

    to this:

    <?php the_date('') ?>

  3. gandalf458
    Member
    Posted 1 year ago #

    Ah - thanks vtxyzzy!

Topic Closed

This topic has been closed to new replies.

About this Topic