Posted by mhedstrom on March 19, 2010 at 7:51pm
I've just been going around and around on this, done a bunch of searches, and I can't seem to find a definitive answer.
I have a custom content type called Recipes. As part of that, I have a field called Category.
All I want to do is create a view which shows all of the categories (this I've done), and when you click on a category link, it takes you to a list of recipes with that category. It's that second part I'm having a devil of a time with.
I know I can create a static version of the category list, and create a view for each category, but that seems like overkill, and there has to be an easier way to handle this.
Thanks.
Comments
it is possible to do this
it is possible to do this with CCK, but is there a reason you're not using the core taxonomy module? it would do this out of the box.
No reason, other than I
No reason, other than I didn't think about doing it that way. Thanks for the info, I'll switch it to that!