Get connected posts two relations
-
Hi P2P Community π
I’m trying to get some content connected to two relations with a “AND” as logical relation.
‘connected_type’ => array( ‘contenu_to_branche’, ‘contenu_to_matiere’),
‘connected_items’ => array($branche, $matiere),the problem is that I get contents connected to each of relations like “OR” logical condition.
Please give me a tip to do that with a clean query.
Have a good day π
The topic ‘Get connected posts two relations’ is closed to new replies.