wp-posts-to-posts icon indicating copy to clipboard operation
wp-posts-to-posts copied to clipboard

Efficient many-to-many connections between posts, pages, custom post types, users.

Results 107 wp-posts-to-posts issues
Sort by recently updated
recently updated
newest added

Hello, it seems that p2p_widget_html/p2p_shortcode_html **template functionality** stopped working somewhere on the way to wp 4.7 (that's my current version). Has somebody figured out how to fix that yet? Every...

Using this code https://github.com/scribu/wp-posts-to-posts/wiki/Actions-and-filters there's no html output in wp 3.5 it works in previous wp version regards t

bug

Hi I use p2p plugin to connect portfolio custom post type to woocommerce product and it works very well. I just wanted to change the output of the p2p widget...

Hi, great plugin, thanks, When I do : $p2p_id = p2p_type( 'posts_to_infos' )->connect( $post_id, $info_to_add, array( 'featured' => $featured, 'reply' => $reply, 'minimum' => $minimum, 'maximum' => $maximum, ) );...

It appears in my current environment `\P2P_Dropdown::get_choices` called from `\P2P_Dropdown::render_dropdown` may be causing _ALL_ posts of the current list type (read 1000's) to be queried when the connected posts (<...

Hi, first, thanky you for this amazing plugin. I have one question, how to show all related posts in single, when is set to shedule. If I Publish the post...

question

I am using the shortcode to output a pages connected pages, `[p2p_connected type=pages_to_pages]`. There are 2 pages, Page 1 and Page 2, connected, with sort parameters set to 0 and...

OK, so I have got the plugin installed and added a connection type for a page to page connection. The aim is to have a one-to-many relationship where a particular...

Hi there! You can now translate plugins/themes directly from translate.wordpress.org - in this case with Posts to Posts here: https://translate.wordpress.org/projects/wp-plugins/posts-to-posts/ As these has to be accepted by a validator/maintainer that's...

First off all love you plugin. :+1: Question: Is there any way to make a connection required? Something like this? ``` 'name' => [ 'to' => 'to', 'from' => 'from',...