Type: Post to page
*post1,post2,post3,post4 to page1
is there any API to call all post connected to page1 on each connected post?
Example: On post2, how do i call the other 3 post: post1,post3,post4.
do i have to query the "To" ID in Mb_relationship_table first and then using the id in the Wp query to retrieve all the other post?
Thank you, i tried my best to explain it to you!