I just recently installed Custom Post Type UI (0.6.1) to create a custom post type as well as a custom taxonomy. When creating a new post, I'm trying to achieve a permalink URL like so:
http://site.com/customposttype/taxonomy/actualpost
However, all I can manage to get is:
http://site.com/customposttype/actualpost
I've tried playing around with settings, such as making both the post type & taxonomy hierarchical (individually & simultaneously), but to no avail. Does anyone know if this can be done? Is there a workaround of some sort?
Thank you in advance to anyone that can help.
- David