I’m trying to use custom taxonomies with ECP and hitting a wall. I’ve registered the taxonomy and categorized some stuff, but my taxonomy archive is coming up all 404-ey. To be honest, my grasp of template hierarchy is less than stellar, and that coupled with a plugin and its template directory has me lost.
Here’s what I’m trying to do:
I need to show events for four different category types with an archive for each. Those are: age ranges, event type, event group, and a fourth one that I’m not quite sure what to call. I’m using tags for age range and the default categories for event type. My thought is that I’d register two more taxonomies that would provide me with the ability to create archives for the other two categories.
I’m trying to tackle the group category and I’ve got my taxonomy registered like so – http://cl.ly/image/1s1A2T3i1H2E Everything looks great in the editor, but when I follow the taxonomy link in the admin (http://my.url/groups/group-name/) it gives me page not found.
Any help is appreciated. Thanks.