Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › limit to parent and nested sub-level › Reply To: limit to parent and nested sub-level
October 27, 2022 at 3:30 pm
#39808
Participant
So if i wanna include also sub-parent 2 and sub-parent 3 i need to add their post id also.
Is this code correct:
if ( $id == 3 ) {
$args[‘post_parent’] = array(11748, 24547, 8787);
I seperate the post id of each parent/level per comma. Thats right?
BR
Tommy