“Daily Archive” uses US date format
-
Instead of forcing US date format in inc/page-title.php on the ‘Daily archive’, which is currently like:
echo esc_html( get_the_time(‘F j, Y’) );
I think this field should reflect the local settings:
echo esc_html( date_i18n( get_option( ‘date_format’ ), get_the_time(‘U’) ) );
- The topic ‘“Daily Archive” uses US date format’ is closed to new replies.