- NEWS -

    5, 'paged' => $paged, 'category__in' => array(1,2,4,3), 'category__not_in' => array(5), ); $wp_query = new WP_Query($args); if($wp_query->have_posts()): while($wp_query->have_posts()): $wp_query->the_post(); $cat = get_the_category(); $id = $cat[0]->cat_ID; $slug = $cat[0]->slug; ?>
  •