Here is the solution:
You need to make changes to plugin file: mctagmap_functions.php
line: 264
} elseif($show_pages == “yes”){
if($child_of = $page_id){
$childof = array();
$childof = preg_replace(‘/\s+/’, ”, explode(‘,’,$child_of));
$tags = array();
foreach($childof as $kids){
$args = array(
‘child_of’ => $kids,
‘order’ => ‘ASC’
);
$childcats = get_pages($args);
$tags = array_merge($tags, $childcats);
}
} else {
$tags = get_pages(‘sort_order=ASC&hide_empty=’.$show_empty.”);
}
}
Hello
Did you solve the problem with you request? if yes please share?