‚post‘,
‚child_of‘ => 0,
‚parent‘ => $parent,
‚orderby‘ => ‚term_group‘,
‚order‘ => ‚ASC‘,
‚hide_empty‘ => 1,
‚hierarchical‘ => 1,
‚exclude‘ => “,
‚include‘ => “,
’number‘ => “,
‚taxonomy‘ => ‚category‘,
‚pad_counts‘ => false );
if ($parent != 0)
$indent++;
$h_size += $indent;
$h_indent += $indent * 20;
$cats = get_categories($args);
foreach($cats as $cat) {
if ($cat->slug==“allgemein“) continue;