Saltar navegación

[Resuelto] Querying child posts of a parent post (Types relationship)

This support ticket is created hace 4 años, 7 meses. 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 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Este tema contiene 0 respuesta, tiene 1 mensaje.

Última actualización por StanleyT8485 hace 4 años, 7 meses.

Asistido por: Waqar.

Autor
Mensajes
#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