0
votes

I've built a portfolio site where the taxonomy structure is basically as follows:

-- Projects

---- Project Category

-------- Project Sub-category

------------ Displayed Project

My site currently has several Project Category landing pages (about 4 right now). From there, I have thumbnails of all of the available projects. Each project is part of any one sub-category within the main project category. I have one exposed views filter within this main view so visitors can isolate a sub category and display the results. The problem is that I haven't been able isolate the sub-categories in that project category page. Right now I can only show all sub-categories vs sub-categories relative to this project category page. Does anyone know how to do this via the views panel rather than through a modded php file?

1

1 Answers

0
votes

How about doing different view pages for each Project category and adding the needed filter based on what page (parent) you are?