Blogs
Select any of your post categories as a blog category';
}else{
$args = array(
'post_type' => 'post',
'cat' => $blog_cat,
'posts_per_page' => -1,
'post_status' => 'publish'
);
$blog_query = new WP_Query($args);
if($blog_query -> have_posts()){
while($blog_query -> have_posts()){
$blog_query -> the_post();
?>
>