Title: [Plugin: Posts 2 Posts] Last fix broke something else
Last modified: August 20, 2016

---

# [Plugin: Posts 2 Posts] Last fix broke something else

 *  Resolved [randellbrantley](https://wordpress.org/support/users/randellbrantley/)
 * (@randellbrantley)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-last-fix-broke-something-else/)
 * Hello again.
 * After the fix for the post_type => any problem something esle has broken.
 * I have the code:
 *     ```
       // Find connected pages
       		$connected = new WP_Query( array(
       			'connected_type' => 'events_to_series',
       			'connected_items' => get_queried_object_id(),
       			'nopaging' => true,
       			'meta_key' => 'start_time_stamp',
       			'orderby' => 'meta_value_num',
       			'order' => 'ASC',
       			) );
       		//add the speaker connections to the query
       p2p_type( 'speaker_to_event' )->each_connected( $connected, array(), 'speakers' );
       ```
   
 * The first part still works but the second part no longer updates the $connected
   query with speakers.
 * Please help.
 * [http://wordpress.org/extend/plugins/posts-to-posts/](http://wordpress.org/extend/plugins/posts-to-posts/)

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

 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-last-fix-broke-something-else/#post-2685996)
 * I see this is marked as “resolved”, so I assume it’s no longer a problem.
 *  Thread Starter [randellbrantley](https://wordpress.org/support/users/randellbrantley/)
 * (@randellbrantley)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-last-fix-broke-something-else/#post-2686001)
 * The new version seemed to have fixed it.

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

The topic ‘[Plugin: Posts 2 Posts] Last fix broke something else’ 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: [randellbrantley](https://wordpress.org/support/users/randellbrantley/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-posts-2-posts-last-fix-broke-something-else/#post-2686001)
 * Status: resolved