Support » Fixing WordPress » Monthly archives dropdown for a category?

Viewing 2 replies - 1 through 2 (of 2 total)
  • What you describe at the start is similar to:

    http://wordpress.org/support/topic.php?id=5661

    (among other discussion including a recent thread)

    If what you want to do is a composition of months and categories (i.e. show me all posts from category X in month Y), you might need to do some coding. There is no magic URL that will do it as far as I know. If you have just one such category, all you need to do is add a simply condition that narrows down the matches to ones that belong to a particular category number.

    Start with the function that displays all posts for a given month, add the category-type condition and make that a new function. Then, take the examples above and have them link to your new function.

    steadyvibe

    (@steadyvibe)

    How might that be done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Monthly archives dropdown for a category?’ is closed to new replies.