I just created my first WP-run site, to run a rec page with it. I'm using a nightly of 1.2, because I need the subcategory function. Now I've been looking for a solution of my biggest problem so far: People need to be able to navigate from main category to subcategory, in order to find exactly the recs they're looking for.
Using this bit of coding
< ?php list_cats(0, 'All', 'name','','',TRUE, FALSE, FALSE, FALSE, FALSE, TRUE); ? >
I can display the complete tree of categories and subcategories - but now I'd love to choose one category and display only the tree beneath it. Just thought I'd ask here if someone knew how to do that, because I know nothing about php and can't write my own code.
Also, sorry about probably messing up the code, but I don't know what 'backticks' are. As I said - total newbie... Thanks for any help!