transmitstudio
Member
Posted 4 months ago #
Fortunately I have two dev sites going for this project (where I'm using Posts 2 Posts). In my particular case I've used a modified p2p-outline-classes_posts_to_posts.php file and that is where I've noticed the issue. The connected class no longer displays, rather it displays itself.
I've rolled back WP to 3.4.2 and it's working again. Scribu if you're interested in taking a look at this issue I can provide more detail.
http://wordpress.org/extend/plugins/posts-to-posts/
Pasting the contents of that file in a gist would help.
transmitstudio
Member
Posted 4 months ago #
Oh, ok. Please add the p2p_register_connection_type() call to that gist as well (separate file).
transmitstudio
Member
Posted 4 months ago #
Ok, could you explain what you mean by "The connected class no longer displays, rather it displays itself."
Also, if you replace the 'event' post type in the connection type with 'page', for example, does it work as expected? (I'm trying to get the Event Manager plugin out of the picture).
transmitstudio
Member
Posted 4 months ago #
On this dev version of the site, where you see the link 'View Class Outline' which linked to the class overview CPT, you can see that it now just links to the current page (itself). If I roll back to 3.4 it works again.
I'm happy to provide you ftp/wp access if you want to take a closer look.