<?php $noticia1 = new WP_Query(); $noticia1-> query ('posts_per_page=3'); while ($noticia1 -> have_posts() ) : $noticia1 -> the_post(); ?>