name : 'Shop'; $cat_desc = $is_category ? $term->description : ''; $cat_count = $is_category ? $term->count : wp_count_posts('product')->publish; $cat_slug = $is_category ? $term->slug : 'shop'; // Category descriptions $cat_desc_map = [ 'drinkware' => 'Dishwasher safe. Microwave safe. HR safe (mostly). Mugs, tumblers, and vessels for the passively aggressive.', 'wall-decor' => 'Print-on-demand wall art for the soul-tired and decoratively passive-aggressive.', 'stationery' => 'For the person who plans a lot and does a little. Or the other way around.', 'apparel' => 'Wear your grievances. Business casual with a quiet fury.', 'stickers' => 'Stick your opinions where they\'ll be seen. Water-resistant, like your resolve.', 'accessories' => 'The extras that speak for you when you\'ve run out of words.', ]; if (empty($cat_desc)) { $cat_desc = $cat_desc_map[$cat_slug] ?? 'The complete collection. Curated for the chronically employed.'; } // Sort order $orderby = isset($_GET['orderby']) ? sanitize_text_field($_GET['orderby']) : 'menu_order'; ?>