I'm displaying list or archives using
<?php get_archives('monthly', '', 'html', '', '', FALSE); ?>
and my list displays
December 2012 November 2012 etc
However I would like to format this to display:
12.12 11.12 10.12 etc
Any ideas?
|
I'm displaying list or archives using
and my list displays December 2012 November 2012 etc However I would like to format this to display: 12.12 11.12 10.12 etc Any ideas? |
|||
|
There is but the filter sucks, it only gives you the link HTML:
Using this method you can pass in any date format you want for the link at least. |
|||
|
|
|
Try changing the date display format under Settings > General in your WordPress admin. Choose the custom option and enter
If you're feeling adventurous, there are lots of other formatting tags available |
|||||
|
get_archiveshas been deprecated and replaced withwp_get_archives– jzatt Dec 4 '12 at 11:09