[Plugin: Posts 2 Posts] No posts available in meta box
-
Probably a really silly oversight but I have installed the Posts 2 Posts plugin and cannot select posts to create the relationships.
I have the following code in my functions.php:
if ( function_exists('p2p_register_connection_type') ) { function my_connection_types() { p2p_register_connection_type('dataset', 'data', true); } add_action('init', 'my_connection_types', 100); }
The meta box to select connected posts shows on the edit screen of each type but when I enter the name of a post, nothing ever appears that I can select. I have tried creating new posts of each type and reinstalling the plugin. Please let me know what I am missing to get this working.
This looks like a great plugin and I’m looking forward to digging in with it. Thanks!
- The topic ‘[Plugin: Posts 2 Posts] No posts available in meta box’ is closed to new replies.