I’ve done the research and can’t seem to find anyone with this same scenario. Here it is: I use categories in one weblog and use the custom category fields to store lots of data about the category. I’d like to have one page that shows only the most recently added category, even if that category has no entries. (And also if that category has entries. Essentially, always show the most recent category created.)
I can work the exp:weblog:entries and {categories} tags to get the most recent category show “by weblog” but that won’t work with require_entry=“no” for some reason. Perhaps I am going about this the wrong way.
Any ideas? Seems like I am missing something simple. :| I know I can specify the category_id, but I want to go the more dynamic route, if possible.