• Resolved Harm10

    (@harm10)


    I am running your theme on a Dutch site but the date displayed in info bar menu at the very top is still in English.

    Can this be changed please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Harm10

    (@harm10)

    I located the code that displays this date only in English in /inc/structure/header-extensions.php.
    Changing the code from
    <div class="date"><?php echo date("l, F j , Y"); ?></div>
    to
    <div class="date"><?php echo date_i18n("l, F j , Y"); ?></div>
    solves the problem!

    So please incorporate this change in the next update!

    Theme Author Theme Horse

    (@themehorse)

    Hi Harm,

    Apologies for the late reply.
    We have update the theme fixing this issue.
    If you have any queries regarding to our theme you can take help from our dedicated support forum here

    Thank you for reporting the issue.

    Thread Starter Harm10

    (@harm10)

    Thanks for picking it up in the end………… ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Info bar menu date not in my language’ is closed to new replies.