mfrerebeau
Results
2
comments of
mfrerebeau
Hi, I have the same problem. Do you have found a solution ?
Ok : I found 2 solutions Source : [https://github.com/scribu/wp-posts-to-posts/issues/483#issuecomment-136774748](https://github.com/scribu/wp-posts-to-posts/issues/483#issuecomment-136774748) With `pre_get_post` hook you can add the command : `P2P_Query_Post::parse_query( $query );` You can use instead of `pre_get_post` the `parse_query` hook...