WP_QUERY Start do segundo post
$loop = new WP_Query(array(
'offset' => 20,
));
Plain Polecat
$loop = new WP_Query(array(
'offset' => 20,
));