3, 'cat' => '-36' ); $entradasDestacadas = new WP_Query($args); if($entradasDestacadas-> have_posts()); while($entradasDestacadas-> have_posts()) : $entradasDestacadas-> the_post(); $do_not_duplicate[] = $post->ID; ?>

Entradas Anteriores

'-36', 'paged' => $paged, 'posts_per_page' => 6, 'post__not_in' => $do_not_duplicate ); $entradasAnteriores = new WP_Query($args); if ($entradasAnteriores-> have_posts() ) : /* Start the Loop */ while ($entradasAnteriores-> have_posts() ) : $entradasAnteriores-> the_post(); if ( in_array( $post->ID, $do_not_duplicate ) ) continue; ?>
max_num_pages) ?>
max_num_pages) ?>