WP_Query commence à partir du deuxième post

                    $loop = new WP_Query(array(
                        'offset' => 20,   
                    ));
Plain Polecat