Navigation überspringen

[Gelöst] Querying child posts of a parent post (Types relationship)

This support ticket is created vor 4 Jahre, 9 Monaten. 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 -

Zeitzone des Unterstützers: Asia/Karachi (GMT+05:00)

Dieses Thema enthält 0 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von StanleyT8485 vor 4 Jahre, 9 Monaten.

Assistiert von: Waqar.

Author
Artikel
#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