• Hello,
    Using the latest version of both WP & P2P… I’m going around in circles trying to understand connected_meta

    I have a post type ‘events’, and a post type ‘confirmations’. They’re connected by the connection type ‘eventconf’. All confirmations have various meta keys (for this, lets call it meta key X).

    I’m pulling my hair out trying to get wp_query to return me a list of all events which are connected to confirmations who have X > 1. Is this possible with connected_meta??

    Thanks for your help

    http://ww.wp.xz.cn/extend/plugins/posts-to-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author scribu

    (@scribu)

    ‘connected_meta’ looks for custom fields store on the connections themselves.

    If the meta keys are stored on the ‘confirmation’ posts, then it won’t work.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Posts 2 Posts] connected_meta is driving me insane’ is closed to new replies.