cherry_biz_config('projects_limit'), 'post_type' => 'post', 'category__in' => $cherry_biz_projects_category )); ?>

have_posts()) : while ($cherry_biz_projects->have_posts()):$cherry_biz_projects->the_post(); $tags = get_the_tags(); ?>
$tag) { $output .= $tag->name; if(count($tag) == ($key + 1)) { $output .= ' / '; } } echo $output; ?>