I have regular posts (articles about a subject) and a Custom Post Type (to generate a page about a subject).
Can I bring in a post category into a custom post type field (that queries the post category) so I can edit that post from a custom post type edit page?
I have all the relationships etc. and can display the custom post type template and its fields, and the posts related on the front end, but I want to be able to fill out the custom field data AND edit the related posts in one place in the back end.
Is this possible? Is this stupid?