Multiple Connection Groups?
-
Hi,
Thanks for the great plugin! I was wondering if it is possible to store multiple sets of connections values between the same type of posts.Something like this:
p2p_register_connection_type( array( 'from' => 'post', 'to' => 'post', 'title' => 'Group A' ) ); p2p_register_connection_type( array( 'from' => 'post', 'to' => 'post', 'title' => 'Group B' ) );And then loops through the groups separately in the single page template.
When I try that it adds a connection to both Group A and Group B instead of only the group it was added to initially.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Multiple Connection Groups?’ is closed to new replies.