Date
-
I created a custom field to date
And I call in the loop<?php $recent = new WP_Query("cat=28&showposts=5&lang=pt"); while($recent->have_posts()) : $recent->the_post();?> <p class="data"><?php the_field('data-evento'); ?></p> <h3 class="titulo"><a href="<?php the_permalink(); ?>"><?php the_field('titulo'); ?></a></h3> <?php endwhile; ?>It returns the month in English and weekday in Portuguese.
24 Aug ter
I want everything in Portuguese. How do I do?
I use the plugin xili-language
The topic ‘Date’ is closed to new replies.