WP_Query with 5 posts per page
$args = array( 'post_type' => 'artist', 'posts_per_page' => 5 );
SRC: http://callmenick.com/post/custom-wordpress-loop-with-pagination