Hi, I am having trouble building a nested unordered list from the entries of a particular category group. I want something like:
ul category group
li category
li entry
li entry
li category
li entry
li entry
In the past I’ve done it with exp:weblog:category_archive, but this is a new category group and it spans two existing weblogs with entries coming from both. According to the docs, category_archive is for only one weblog.
Right now I have a temporary solution by hard-coding the categories into the list and using exp:weblog:entries to pull entries for each category, but I want it to be more dynamic. Any guidance you can provide is appreciated!
EDIT: I’ve been trying exp:weblog:categories and it looks promising, but it also seems to require one weblog. I tried the param ‘weblog=“news|downloads”’ but I get no results with that. The docs don’t say one weblog is required:
http://expressionengine.com/legacy_docs/modules/weblog/categories.html#par_weblog