Hi guys,
Just wondering if there is an easy way to alter the display of archives so that instead of archives such as:
* April 2008
* March 2008
Arhives such as:
* 12 - 2008
* 11 - 2008
Can be displayed instead. Where the numbers 11 and 12 are the month and 2008 is the year.
The following code is what I am using at the moment but it displays archives in April 20008 | March 2008 format
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>