I'm digging through the documentation in search for a way to register connections between actual posts and not just between post types. Is there some kind of set_connected() or set_related() method , just like you can get_connected() or get_related()? I'm trying to create a user-facing form to create a post and connect it to another post. Can this be done with the current API?
I'm digging through the documentation in search for a way to register connections between actual posts and not just between post types. Is there some kind of
set_connected()
orset_related()
method , just like you canget_connected()
orget_related()
? I'm trying to create a user-facing form to create a post and connect it to another post. Can this be done with the current API?