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

```bash > wp plugin list Deprecated: Optional parameter $formdata declared before required parameter $nonce is implicitly treated as a required parameter in wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Forms.php on line 65 Deprecated: Optional parameter $file...

Hi I am trying to query connected posts in an ajax call in wp-admin. While i can query normally for posts with `get_posts`, the p2p query is always empty: $students...

Hi, I'm using your plugin in a project, it is really good for what i want to make :). But there is a 'problem', when i have related numerous elements...

metabox

Plugin version is 1.7.2 ``` p2p_register_connection_type( array( 'name' => 'event_to_user', 'from' => 'event', 'to' => 'user', 'admin_column' => 'from', 'to_query_vars' => array( 'role' => 'editor' ) ) ); ``` Trying...

Add integration for WP All Import/Export to import/export Posts 2 Posts relationships.

Replacement for the function "each" (removed since PHP 8.00)

Creation of dynamic property is deprecated in new PHP version so we are getting these messages ![deprecated](https://github.com/scribu/wp-posts-to-posts/assets/6133482/2073c116-094b-49cb-a9ac-fbe1a896b067) ![deprecated1](https://github.com/scribu/wp-posts-to-posts/assets/6133482/43f9cec2-12af-4034-aa7a-039e82637ea9) Now added private property to class to resolve deprecated message