Business Directory By District
';
foreach ( $terms as $term ) {
$term = sanitize_term( $term, 'wpbdm-region' );
$term_link = 'http://downtowndubuque.org/business-directory/business_category/eat/region/'.$term->slug;
//$term_link = get_term_link( $term, 'wpbdm-region' );
if($term->term_id=='515')
{
$count = '400 +';
}
else
{
$count = $term->count;
}
echo '' . $term->name . ' (' . $count . ')' . ' ';
}
echo '';
}
?>