[Plugin: Posts 2 Posts] Posts connected to Future Posts
-
I have an events engine that has future events. How can I tell p2p to return posts in the future only?
I tried this:
$connected = new WP_Query( array(
‘connected_type’ => ‘event_artists’,
‘connected_items’ => get_queried_object_id(),
‘post_status’ => ‘future’
) );I have it working on this for a while and just figured out why it wasn’t returning any results! Future posts!
Please help me out here!
Thanks
Rowan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Posts 2 Posts] Posts connected to Future Posts’ is closed to new replies.