Datumnotatie

Standaard staat de datumnotatie van de berichten in WordPress op engels. In het bestand /wordpress/wp-content/theme/index.php staat de volgende code:

<?php the_time('F jS, Y') ?>

Dit levert de volgende notatie op: January 1st, 2006. Om het in nederlands formaat weer te geven dient dit gewijzigd te worden in:

<?php the_time('j F Y') ?>
 

Geef uw reactie

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>