Title: [Plugin: Posts 2 Posts] Not seeing metabox
Last modified: August 19, 2016

---

# [Plugin: Posts 2 Posts] Not seeing metabox

 *  Resolved [c2frobbo](https://wordpress.org/support/users/c2frobbo/)
 * (@c2frobbo)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-not-seeing-metabox/)
 * Hello,
 * I’ve searched the forums and cannot figure out what I am doing wrong. I’m using
   WordPress 3.1.2 and version 0.7 of the plugin
 * I have the following code at the bottom of my functions.php file:
 *     ```
       if ( ! function_exists( 'bvp_connection_types' ) ) :
   
       function bvp_connection_types() {
         if ( !function_exists( 'p2p_register_connection_type' ) )
           return;
   
         p2p_register_connection_type( array(
                           'from' => 'productions',
                           'to' => 'people',
                           'fields' => array(
                                'role' => 'Role',
                                'role_type' => 'Role Type'
                                ),
                           'prevent_duplicates' => false,
                           'reciprocal' => true,
                           'title' => array(
                                 'from' => 'Played In',
                                 'to' => 'Cast'
                                 )
                          ) );
       }
   
       add_action( 'init', 'bvp_connection_types', 100 );
       endif;
       ```
   
 * Yet, when I go to edit/add a production or person I do not see the metabox and
   am not able to make connections.
 * Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-not-seeing-metabox/#post-2055847)
 * Are you sure the post types aren’t actually ‘production’ and ‘person’ ?
 *  Thread Starter [c2frobbo](https://wordpress.org/support/users/c2frobbo/)
 * (@c2frobbo)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-not-seeing-metabox/#post-2055998)
 * Thanks, scribu. I’m not really sure what I had done wrong but when I reloaded
   the site today the metabox is working. Sorry to take up your time.
 * Looking great so far. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Posts 2 Posts] Not seeing metabox’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-to-posts_7a8e9d.svg)
 * [Posts 2 Posts](https://wordpress.org/plugins/posts-to-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-to-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-to-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-to-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-to-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-to-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [c2frobbo](https://wordpress.org/support/users/c2frobbo/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-not-seeing-metabox/#post-2055998)
 * Status: resolved