'post', 'category_name' => 'noticies-kej', 'posts_per_page' => 20, 'orderby' => 'date', 'order' => 'DESC' ); $consulta = new WP_Query($args); while ($consulta->have_posts()): $consulta->the_post(); the_title('

','

'); the_excerpt(); endwhile; ?>