I’m using multiple categories for entries in one weblog. I’m using one Category group for a navigation menu for entries of this weblog.
I also have a drop down menu for sorting by a different category group. It works, but when using the drop down it is pulling from all entries in the weblog, not just from the page/category I want to limit the sorting by.
Essentially I want to sort by a first category and then sort that category by another category, leaving out entries that may share category 2 but are not in category 1.
What’s the best way to accomplish this? Please let me know if I have done a poor job of describing what I want to achieve.