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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks like plugin material to me at this point.
Or maybe "Product" should be a custom taxonomy instead, combined with
/%category%/%postname%/permalink structure.