wp-posts-to-posts
wp-posts-to-posts copied to clipboard
Efficient many-to-many connections between posts, pages, custom post types, users.
Hello, Is there a way to register a post type to a specific template page? Example: function connection() { p2p_register_connection_type( array( 'name' => 'connection', 'from' => get_page_template('the_template.php'), //the page template...
Hi all, I am getting this error Warning: Unregistered connection type ''. in /home/demolms/public_html/wp-content/plugins/posts-to-posts/vendor/scribu/lib-posts-to-posts/list-renderer.php on line 8 This is my connection registration function p2p_courses_to_vocabulary(){ p2p_register_connection_type( array( 'title' => 'Vocabulary', 'name'...
Fixed line numbers added machine translation where necessary.
I've happily used Posts2Posts for several years for a connection between my WordPress install's main post type and a smaller custom post type — works great! But recently, I created...
Hello, I have 2 custom posts (planning and dirver) many-to-many relations. When I put a post to private (default Posts in wordpress), in the tab new connection the private post...
Hello ! Thanks for the great plugins ! I'm using this on all my projects now :) My situation here, I'm trying to query posts filtering by multiple connection types...
`each_connected()` is confusing because it doesn't return anything; instead, it produces side-effects on the $wp_query object. It would be better if it returned something which the user could explicitly manipulate....
Not as fast as default behaviour, but still. #332
i have created the required files to support buddpress groups. I think the only thing remaining that i would need some pointers with is the converting the the posts 2...
See https://github.com/scribu/wp-scb-framework/pull/47