Forums

Display Recently Updated Categories in Sidebar? (2 posts)

  1. Sunfeet22
    Member
    Posted 1 year ago #

    I'm displaying the children of a parent category, and I want the five most recent children categories to get displayed, rather than all children.

    Is there an argument I can specify to accomplish this? This is the code I have right now:

    <?php wp_list_categories('title_li=0&show_count=0&child_of=7&show_last_updated=true'); ?>

    Any help would be awesome. Thanks!!

  2. scribu
    Member
    Posted 9 months ago #

    Nope, there isn't such an arg.

    If by recent categories you mean categories with the most recent posts, you will have to do some serious SQL joins to get them.

Topic Closed

This topic has been closed to new replies.

About this Topic