wp_query starten vom zweiten Beitrag
$loop = new WP_Query(array(
'offset' => 20,
));
Plain Polecat
$loop = new WP_Query(array(
'offset' => 20,
));