0)
{
foreach($customPostTaxonomies as $tax)
{
$args = array(
‘orderby’ => ‘name’,
‘show_count’ => 0,
‘pad_counts’ => 0,
‘hierarchical’ => 1,
‘taxonomy’ => $tax,
‘title_li’ => ”
);

wp_list_categories( $args );
}
}
?>
term_id.$separator;
}
}
?>