jszkut
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hierarchical custom post type – can't specify parentHi all, I’ve sorted out how to assign a parent (of one custom post type) to a post (of another type). It’s not a fancy solution, but I thought I’d share it here since this post came up in my search for a solution. I’ve explained the fix here:
http://janina.tumblr.com/post/3588081423/post-parent-different-type
In fact, the admin does show the parent-child relationship correctly. As for the main site, however, you might have to do a bit more customization.
Forum: Requests and Feedback
In reply to: Custom Post Type Permalinks Should Be More FlexibleIf anyone’s curious, I’ve solved this. See the code snippet at http://janina.tumblr.com/post/3588081423/post-parent-different-type.
Forum: Requests and Feedback
In reply to: Custom Post Type Permalinks Should Be More FlexibleI’m curious about case #2/3 also. I checked out the blog post linked, as well as the other thread, and the question isn’t exactly answered.
I have two custom post types, Chapter and Part, both defined as hierarchical. I would like to be able to assign ‘Chapter’ posts a parent post of type ‘Part’. It doesn’t appear that this is possible at the current time, though. Only posts of type ‘Chapter’ are available when choosing a parent for a Chapter, and only posts of type ‘Part’ are available when choosing a parent of a Part.
I am on 3.1, by the way. Am I missing something?