Bootstrap-wordpress-pagination icon indicating copy to clipboard operation
Bootstrap-wordpress-pagination copied to clipboard

Using pagination with custom wp query

Open marcorubagotti opened this issue 6 years ago • 1 comments

Hi, is possible use this library with custom WP_Query();?

marcorubagotti avatar Mar 05 '18 10:03 marcorubagotti

Yes it can be used with custom WP_Query. You need to add 'posts_per_page' => '10' in your query

mltgroup avatar Aug 28 '18 11:08 mltgroup