Okay
  Public Ticket #1695438
Problems with translate
Closed

Comments

  • wallace vianna started the conversation

    I'm having problems to translate or fix some blog sections, with Mentor Theme:
    The date format is american: (month, day, year) and I like to see in format day, month, year (I couldn't change it in Wordpress settings).

    When I access the blog post  I read "Single Blog", and I couldn't change it with .PO, .MO translation files.

    Can help me?
    Thanks a lot, Wallace Vianna

  •  2,009
    Ocean replied

    Hi,

    Translate: you can use loco translate plugin.

    post date: open file wp-content/theme/mentor/content.php

    + wp-content/theme/mentor/content-image.php

    + wp-content/theme/mentor/content-video.php

    + wp-content/theme/mentor/content-audio.php

    + wp-content/theme/mentor/content-gallery.php

    find "the_time"

    edit 

    <?php the_time('m/d/Y'); ?> 

    change to

    <?php the_time('d/m/Y'); ?>