• Resolved Gustavo Guerra

    (@gustavo-soares-guerra)


    I would like to use the plugin to create a structure for my members area, following this logic:

    Category (Taxonomies) > Course (Taxonomies) > Module (Taxonomies) > Class (Post Types)

    All the above options should open a file page and have URL hierarchy: https://mysite.com/tech/iphone/ios/introduction

    Is it possible to do this with this plugin? If so, how do I do it? If not, any recommendations for a plugin?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Yes and no. CPTUI can be part of the work, but it’s not going to be the only thing needed.

    What you’re essentially getting into is permalink customization and rewrite rule customization. If I’m reading and understanding correctly, you’re looking at at least a grandparent/parent/child hierarchy for the taxonomy, and then at the very end of it, the post type post slug.

    I have never seen that type of structure achieved through settings passed to register_post_type() and register_taxonomy() alone, which is what CPTUI collects information for. It’s always required further customization outside of those functions.

    Sadly, I don’t have anything for recommendations that would help achieve this as well. If I was in the position, knowing how my mind tends to work, I’d be doing tutorial searching and stackoverflow. However, that doesn’t mean there aren’t plugins that help handle and facilitate this either. I’ve just never encountered them.

Viewing 1 replies (of 1 total)
  • The topic ‘Doubt about Taxonomies and Post Types’ is closed to new replies.