Ordering front end same as back end
-
I have a simple many-to-many connection between two custom post types. They are sortable. I’d like to fetch them in the same order using p2p_get_connections.
$connections = p2p_get_connections( 'event_speaker', array('from'=>$post->ID,'fields'=>'all') );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Ordering front end same as back end’ is closed to new replies.