[Plugin: Posts 2 Posts] Relationship meta order by
-
I’m trying to order my relationship results with a meta value I’ve set in my relationship called featured. I’ve looked around the forum and couldn’t find the answer.
I’d also like to be able to order it by date as well, is that possible to add in a second condition or meta?
sample code:
p2p_type( 'obj_to_obj2' )->each_connected( $my_query, array('orderby'=>'featured', 'order'=>'DESC','connected_order_num' => true), 'obj' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Posts 2 Posts] Relationship meta order by’ is closed to new replies.