Hi. What if I want to use wp_list_bookmarks to display the union of bookmarks in two different categories. I know if I pass category=1,2, it will display all the bookmarks in BOTH category 1 and category 2. And I’ve tried passing something like this:
array(‘category__and’ => array(51,60))
But it seems to be completely ignored by wp_list_bookmarks.
Perhaps wp_list_bookmarks has some other limitations.