wp_query mulai dari posting kedua
$loop = new WP_Query(array(
'offset' => 20,
));
Plain Polecat
$loop = new WP_Query(array(
'offset' => 20,
));