[Plugin: Posts 2 Posts] Custom Post Type Issue
-
*ahem*
I used the following
function my_connection_types() { // Make sure the Posts 2 Posts plugin is active. if ( !function_exists( 'p2p_register_connection_type' ) ) return; p2p_register_connection_type( array( 'name' => 'Movie Trailer_to_Movie Hub', 'from' => 'Movie Trailer', 'to' => 'Movie Hub' ) ); } add_action( 'wp_loaded', 'my_connection_types' ); But it stills show up as the following:
“Posts ? Posts (Connected Posts)”
The box doesn’t appear in my custom post type editor pages. But still shows up in the default post type editor. What am I doing wrong?
My post types exist, I registered them in the functions file.
Thanks for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Posts 2 Posts] Custom Post Type Issue’ is closed to new replies.