• The theme does not display date right and the display does not keep the settings. Example: Prosinec 06, 2018, should be 6. prosinec 2018 or simply accordning the WP settings as 2018-12-06.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi.
    I managed to fix this by changing in functions.php line 149
    the
    echo '<span id="time"><i class="fa fa-clock-o"></i> ' . date_i18n('F d, Y', strtotime(get_the_date())) . '</span>';

    with
    echo '<span id="time"><i class="fa fa-clock-o"></i> ' . get_the_date() . '</span>';

    Bests
    Lena

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