• Hi, 1st time posting here, usually I’ve been able to google my way through problems but I can’t figure this out. My client wants an archive page that displays all posts of a specific category sorted by month. That part is easy, however, the 2nd thing he wants is to be able to search all archived categories and display them sorted by month and category so the output would be:
    Jan 2013 : cat1
    post_title
    Jan 2013 : cat2
    post_title
    Dec 2012 : cat1
    post_title
    Dec 2012 : cat2
    post_title

    doing individual categories is already working, so I know how to get all posts from one cat and sort it by month, I need to know how to get all the posts from december and sort them by category.

    Hope I made sense and that someone can give me a hand, cheers!

  • The topic ‘Archive page sorted by category and month’ is closed to new replies.