When ordering the relationship, the order_from / order_to only reflects the order on the Admin Side but not on the Front.
$args = array(
'post_type' => 'staff-member',
'post_status' => 'publish',
'relationship' => array(
'id' => $relation,
'to' => get_the_ID()
),
);
How can I access the order I used on the admin side?