Dislay date mixed up

Viewing 3 posts - 1 through 3 (of 3 total)
  • #2008
    maurizio04
    Participant

    Date on comments are correct, localized as WP preferences:
    ——————————
    maurizio says:
    25 Dicembre, 2010 at 11:52
    test1
    ———————————

    but on post title are not…..

    ———————————-
    Settembre 16th, 2010 | 1 Comment
    ————————————-

    -m

    #2009
    Daniel Tara
    Keymaster

    Hi,

    This is because the theme is setup to display a custom date. To change that, replace every occurrence of

    the_time(__('F jS, Y','cover-wp'));

    with:

    the_time( get_option( 'date_format' ) );

    This will be resolved in a future update

    #2010
    maurizio04
    Participant

    I tryed to put the same custom date format of WP on the theme but no change…
    ok, i will leave it waiting for the fix.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.