Passer la navigation

[Résolu] Querying child posts of a parent post (Types relationship)

This support ticket is created Il y a 4 années et 9 mois. There's a good chance that you are reading advice that it now obsolete.
Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Fuseau horaire du supporter : Asia/Karachi (GMT+05:00)

Ce sujet contient 0 réponse, a 1 voix.

Dernière mise à jour par StanleyT8485 Il y a 4 années et 9 mois.

Assisté par: Waqar.

Auteur
Publications
#1808539

Hi,
I need help with querying child posts of a parent post (Types relationship).
Here is my code so far.

$query = new WP_Query( array(
'post_type' => 'company',
'toolset_relationships' => array(
'role' => 'parent',
'related_to' => 151,
'role_to_query_by' => 'child',
'relationship' => 'financial'
),
));

Parent post ID = 151
Parent post type slug = company
Child post type slug = financial