So i need to pass multiple values but i dont know how? Any suggestion?
$myarray = array('144', '246');
$images = get_children(array(
'title_li' => '',
'post_parent' => $myarray,
'sort_order' => 'DESC',
'sort_column' => 'menu_order'
)
);
You can do this with WP_Query object :
This will look for all media attached to any post of the
array