Hey guys, how would I go about navigating portfolio categories that have been setup?
For example, lets say I create a category named: “buildings” and I want to add this to the main menu. That would generate a link that looks like:
/portfolio/buildings/
But if I click on it it throws a 404. So I only seem to be able to navigate portfolio categories via the ajax filter. This prevents me from being able to link directly to a given category. How can I fix it?
Thanks!
Ok I think I found the problem. So the link does work but since I had changed my permalinks from “portfolio” to something else, it gives me a broken link. Seems like I need to manually adjust that slug somewhere?
Scratch this thread, my problem was that I had both portfolio-item as well as portfolio changed to the same slug and this obviously was conflicting. Making them both different works as expected.
Thanks.