Sort posts date order for dd-mm-yy
-
Hello,
On my website, I’ve got an events category that I’ve set up to sort posts by date ascending.
<?php query_posts($query_string.”&orderby=date&order=ASC”); ?>
However, I’d like to ensure the dates show as DD-MM-YY rather than MM-DD-YY.
Any help would be greatly appreciated, I’ve also changed the general date setting in WordPress to DD-MM-YY this has no effect.
- The topic ‘Sort posts date order for dd-mm-yy’ is closed to new replies.