Create Sub Pages for Custom Post Type Instance
-
Given this custom post type:
bandis it possible to automatically generate sub pages for each instance / term that belongs to thebandtaxonomy?Say an instance of the
bandcustom post type is created:Queen. How could I automatically generate an about page, a albums page, etc. (subpages that belong to that custom post type)? Ideally anybody could create a new instance of the post type and the pages would be generated upon creation of this new post. Let’s say hundreds ofbandscould be instantiated, and therefore creating all those pages manually is less than ideal. And ideally the url structures would look like this:/band/queen/about/band/queen/albums
<!– and so on… –>
How could I implement this?
Thank you!
The topic ‘Create Sub Pages for Custom Post Type Instance’ is closed to new replies.