$cat_args = array(
'orderby' => 'term_id',
'order' => 'ASC',
'hide_empty' => false,
);
$terms = get_terms('request-category', $cat_args);
foreach($terms as $langCat){
$pic = '/images/LawnMowingIcon.png';
if($langCat->name == 'Snow Removal') {
$pic = '/images/snowflake.png';
}
?>
name;?>