Why is the depth argument for wp_list_categories ignored? Am I using it correctly? I want to show 1 level of all the children of category 40 (no additional cascading to the right).
I’ve never tried doing that before. The depth should display correctly, but I’m wondering if it is being messed up by the fact that you have a depth of 1, despite trying to display the contents of a category which is at that depth. Perhaps setting it to 2 may help?
If you find an answer I’d love to hear what it is.