Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kailey (trepmal)

    (@trepmal)

    Are you comfortable updating the plugin code?

    You can try this: in the adv-most-recent.php file, on line 393, change the date() function to date_i18n()

    Example. that line of code currently looks like:

    if ($showtime) { $time = ' '. date($format,strtotime($post->post_date)); }

    it should be changed to look like this:

    if ($showtime) { $time = ' '. date_i18n($format,strtotime($post->post_date)); }

    Thread Starter marianok

    (@marianok)

    Thank you very much, it works for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Language problem’ is closed to new replies.