[Plugin: Posts 2 Posts] Reciprocal relationship not being created
-
Reciprocal relationships are not being created, even when set to “true”. I am using version 0.4.
Perhaps I’m just not understanding how the plugin is meant to work, but if reciprocal = true, should I not be seeing a connection automatically filled in the Edit Post screen?
Here is the code I have placed in my functions.php:
/** Many to Many Post relationships (Post 2 Post plugin) */ function my_connection_types() { if ( !function_exists('p2p_register_connection_type') ) return; p2p_register_connection_type( 'film', 'film', true ); } add_action('init', 'my_connection_types', 100);
(Apart from that – thank you so much for this plugin! I could kiss the ground you walk on for this!)
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Plugin: Posts 2 Posts] Reciprocal relationship not being created’ is closed to new replies.