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
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
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.