- This topic has 3 replies, 2 voices, and was last updated 1 year, 9 months ago by .
-
Topic
-
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?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.