• Johnson.Wang

    (@johnsonwang)


    I noticed that in :

    content.php
    content-featured.php
    content-standard.php

    The following code:

    <?php the_time(‘j M, Y’); ?>

    Should be :

    <?php the_time(get_option(‘date_format’)); ?>

    That will display date-time according to wordpress system setting, not PHP default.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Time Date Default’ is closed to new replies.