Cover all types of pagination within wordpress: Link pages, numeric archives, next and previous posts and comments
- Include 'wp_boostrap_pagination.php' on your theme
- On index.php, archive.php and search.php replace 'the_posts_navigation();' for 'wp_boostrap_pagination::numeric();'
- On single.php replace 'the_post_navigation();' for 'wp_boostrap_pagination::posts();'
- On comments.php use 'wp_boostrap_pagination::comments_simple()'
Archive and index
Posts pagination
Post pages navigation
Comments navigation



