• I had a great Categories hack in b2 that gave a nested orderd list of all post by their categories. the founction call looked like this:

    function list_cats_posts($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $Ppos_sort_order = 'desc', $LowLimit = '0')

    None of the currnt cat tags allow this. I wonder if someone can go on and add this feature.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you mean a sort of archives page that lists posts by category first, then date, instead of just by date alone?
    That will be trickier now that WordPress supports multiple categories. But you could just list each post under every category that it’s tagged for.
    I’m mulling it over…. If I get time to come up with some working code today, I’ll let you know.

    Thread Starter anavy

    (@anavy)

    dougal: yes, I meant a list of posts – by cats. Each with the Cat name on top. like this:
    >> Category: General
    + A day on the beach
    + My travels with my aunt
    and so on…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wishlist for WP 1.1’ is closed to new replies.