[Plugin: Posts 2 Posts] Post2post with Event Espresso
-
Hi,
I’m interested in setting up a relationship between events using Event Espresso, so I can list related events on my event. is that possible using post2post?This is how I would guess I would setup the relationship. But how do I get the relationship admin box to come up?
p2p_register_connection_type( array(
‘name’ => ‘eventespresso_to_eventespresso’,
‘from’ => ‘eventespresso’,
‘to’ => ‘eventespresso’,
‘admin_column’ => ‘any’,
‘cardinality’ => ‘many-to-many’
//
) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Posts 2 Posts] Post2post with Event Espresso’ is closed to new replies.