Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#17575 closed enhancement (invalid)

Let some post be another's children although they're of different custom post types

Reported by: fonemi Owned by: Gokhan Ozturk
Priority: normal Milestone:
Component: Posts, Post Types Version:
Severity: normal Keywords: needs-patch needs-ui dev-feedback
Cc: Focuses:

Description

Think like a scenario :

I have two custom post types, one is "Product" and the other is "Video".

Exactly what I want is to add a new "product" as parent post, and add new "video"s as its children. And a permalink should be http://my_site_address/my-product/my-video/, and the other http://my_site_address/my-product/my-other-video/

Change History (3)

#1 @SergeyBiryukov
15 years ago

Looks like plugin material to me at this point.

Or maybe "Product" should be a custom taxonomy instead, combined with /%category%/%postname%/ permalink structure.

#2 @nacin
15 years ago

The post type API supports this. You just can't do it using the UI or with our built-in post type rewrites.

#3 @nacin
14 years ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed
Note: See TracTickets for help on using tickets.