'post', 'posts_per_page' => '9' ); $ultimos_posts = new WP_Query($args); //post end - related posts (in the same category) /* */ $cats = get_the_category(); $args = array( 'post_type' => 'post', 'posts_per_page' => '3', 'post__not_in' => array(get_the_ID()), 'cat' => $cats[0]->term_id ); $relacionados = new WP_Query($args); if($relacionados->post_count < 3) $more_related_limit = 3 - $relacionados->post_count; else $more_related_limit = 3; $relacionados_ids = array(); while($relacionados->have_posts()) { $relacionados->the_post(); array_push($relacionados_ids, get_the_ID() ); } $relacionados->rewind_posts(); wp_reset_postdata(); $args = array( 'post_type' => 'post', 'posts_per_page' => $more_related_limit, 'post__not_in' => $relacionados_ids ); $relacionados_extra = new WP_Query($args); wp_reset_postdata(); ?> Tipos de tiradores para muebles


Posts relacionados

have_posts()): $relacionados->the_post(); ?> have_posts()): $relacionados_extra->the_post(); ?>