ID : 0; ?>
ID); ?> post_title); ?>
ID, 'wmw_category'); if ($cats && !is_wp_error($cats)) { foreach ($cats as $cat) { $grouped[$cat->term_id][] = $art; $cat_names[$cat->term_id] = $cat->name; } } else { $grouped['_none'][] = $art; } } // Sort: named categories first, then uncategorized ksort($grouped); foreach ($grouped as $cat_id => $cat_arts): $cat_label = $cat_id === '_none' ? 'Allgemein' : ($cat_names[$cat_id] ?? 'Sonstige'); // Sort by order usort($cat_arts, function($a,$b){ $oa = (int)get_post_meta($a->ID,'_wmw_order',true); $ob = (int)get_post_meta($b->ID,'_wmw_order',true); return $oa - $ob; }); ?>