dlovas
8/30/2017 - 7:51 PM

WP_Query with 5 posts per page

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