• May I trouble someone to help me figure out how to create a way to list by month, of a specific category with that categories children?

    This was my thinking, if only it worked:
    <?php wp_get_archives('type=monthly&include=20&child_of=20&limit=3'); ?>

    I am hoping it will read like this

    <h3> Category Title<h3>
    April 2010
    March 2010
    February 2010

    Documents is category id 20
    Documents has children called Roll call, Minutes, Agenda, Tasks

    If possible I only want to include the single id of Documents as the if someone creates an additional child in the Categories to Documents, that child will automatically show up on the category page (archive.php)

  • The topic ‘Archive: Include One Category Sort by Month?’ is closed to new replies.