List only child categories a post is in, of a specific parent category in wordpress

It will give you the same structure as shown above:

wp_list_categories(array('hide_empty'=>0, 'hierarchical' => true, 'include' => array('12','12')));