I have the following URL structure I'd like to achieve for this website:
http://www.website.com/about/members/service-affiliate/company-name
I created a custom post type called "members", which contains the member "company-name".
I've also created a custom taxonomy which has the slug /about/members
The custom taxonomy has categories which you can select member type. Right now this member is a service-affiliate type of member.
When I create this combination, the I cannot display an archive page, taxonomy, nor a template on the following URL structures within my domain: /about/members /about/members/service-affiliate
Is there a way I can do this? Right now I'm getting a 404 no matter how I configure it.