• Resolved Nith

    (@nith)


    Hi there,

    I need to wp_get_archives() for a specific category. Is this possible? If so, how would I got about it?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    You can’t specify a category in wp_get_archives. Perhaps you need to look at using a custom query instead?

    Thread Starter Nith

    (@nith)

    Well, that’s not really achievable as I need the functionality of wp_get_archives() in order to display a option box populated with the months/year of all my posts and how many posts are in each of these items.

    As far as I’m aware, this isn’t achievable with a custom query.

    Moderator keesiemeijer

    (@keesiemeijer)

    try this plugin

    Thread Starter Nith

    (@nith)

    Brilliant! Worked exactly as I hoped 🙂

    Ty.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘wp_get_archives() for a specific category’ is closed to new replies.