wp-posts-to-posts
wp-posts-to-posts copied to clipboard
Efficient many-to-many connections between posts, pages, custom post types, users.
`FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught ValueError: Unknown format specifier "i" in /srv/.../plugins/posts-to-posts/vendor/mustache/mustache/src/Mustache/Engine.php" ` Found a related PR [#2 ](https://github.com/AyeCode/wp-posts-to-posts/pull/2)
Fixes https://github.com/scribu/wp-posts-to-posts/issues/576
Hi, I am not looking for advice, I just want to share one thing that can be useful for someone else (and googable). So - my site uses P2P plugin...
I want to change home main querie to have only post that is connected to a specific custom post. The result is that query vars doesn't change anything... The connexion...
Hi all, I'm using the wp api to write my own app admin panel. I need the functionality that P2P offers in terms of creating groups of post types. However,...
How can I create connection with an action on creating and updating a post? My CPT posts that should connected to an "parent" CPT have already an ACF-Realtionship connection between...
Hello, First of all thank you @scribu for your plugin. I've been using it for years now and it's still very useful. I'm running into a little problem trying to...
Hello ! I'm trying to get all posts displayed by issue number in archive pages. Issues are a custom post type (linked with post2post, which is why I use "parse_query"...
admin dropdown does not work for me...some has an idea? p2p_register_connection_type( array( 'name' => 'plan_to_days', 'from' => 'training_plan', 'to' => 'training_day', 'admin_dropdown' => 'any' ) );