Custom Post Type Hierarchy
-
I am utilizing the standard post and making them a person so I’ll have a URL like the following:
website.com/person-nam
I want to create a custom post type so the user can create their own posts and then have the custom post related to the original post and then display like the following URL:
website.com/person-name/my-first-post
The my-first-post would be the custom post type in this example. When I went to the original URL:
website.com/person-name
I would like to display all of the custom posts associated with the person-name.
Is there an easy way to do this?
The topic ‘Custom Post Type Hierarchy’ is closed to new replies.