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

We have a one-to-many relationship between two types of posts (which is the correct cardinality for this relationship) and a page that presents a gallery of 'p2p_to' post type objects....

this is my site: http://my-benefit.de/bootstrap/ (user / user2009) I use post2post for the "pro vs contra" section. this is my functions code: ``` php function my_connection_types() { p2p_register_connection_type( array( 'name'...

question

I have a many to many connection from woocommerce products custom type to a manufacturer custom type. When I try to display the manufacturer's connections on the single product page...

Hey @scribu I've built a post type for company employees the borrows heavily from a linked WordPress user. This allows me to give individuals control over the display of their...

This may be possible already, so please forgive me if it is. What I'm looking for is something like `default_cb` for the `values` argument (`vaules_cb`?). The idea is that when...

metabox

When doing a post to user connection, is it possible to search by the user's full name when making the connection from the group to the user? Currently it searches...

The contents of the "scb" folder, are missing..

question

Hi, this is my connection p2p_register_connection_type( array( 'name' => 'event_to_post', 'from' => 'event', 'to' => 'post', 'reciprocal' => true, ) ); but in admin, when i try to connect an...

bug
query

Thanks for writing so cool a plugin ! My code is here because of my poor php knoweldge can you help to give me some code examples thanks