How can I generate a menu to show posts in a specific category AND custom taxonomy?
e.g.
Link 1 show posts in category 'fruit/apples' with custom taxonomy 'green'
Link 2 show posts in category 'fruit/bananas' with custom taxonomy 'yellow'
Link 3 show posts in category 'fruit/apples' with custom taxonomy 'red'
wp_list_categories() only lets me choose category or taxonomy - I think.
Thanks,
Mike