custom archive display
-
I have an archive. Now I only want to display the archive for 2015 on monthly then the 2014 post on yearly. i currently using this one
<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
This displays all the archive monthly from the beginning I want to group the 2014 months to a yearly and then show this years months on monthly…
how can i do that?
- The topic ‘custom archive display’ is closed to new replies.