Taxonomy Args
$cat_args = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'video_blog', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );
$cat_args = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'video_blog', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );