WP-Query Add Pagination

Firstly you have your while loop to run through all your posts. And above your while loop you have your args. You need to add this arg $args[‘paged’] = $paged; Below is a template to start your while loop $args[‘post_type’] =...

Pin It on Pinterest