'post','posts_per_page'=>$blog99_slider_count,'cat'=>$blog99_slider_category_post_id);
$blog_query = new WP_Query( $args );
while($blog_query->have_posts()): $blog_query->the_post();
?>
';
}
?>
-
comment_count;
if( $num == 0 || $num > 1 ) : $num = $num.' Comment'; // change the plural for your language
else : $num = $num.' Comments'; // change the singular for your language
endif;
$permalink = get_permalink(get_the_ID());
?>
-