Listing articles in subnav using wp_get_archives()
-
Hey everyone
I have a site that implements an accordion style sub-navigation system, and it works great on the pages but with posts I need a slightly different look.
I’m using wp_get_archives() passing “type” as monthly, so I get the same sidebar menu with February 2011, March 2011 and so on, but I’d like it so I can pick out all the articles from those months and place them in the accordion, giving ease of access and also keeping in theme with the rest of the site.
So, what I need to know is, how do I go about getting all the post information for articles within a specific month?
Thank you in advance
Michael
- The topic ‘Listing articles in subnav using wp_get_archives()’ is closed to new replies.