Skip to content

sigami/wp_bootstrap_pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

wp_bootstrap_pagination

Cover all types of pagination within wordpress: Link pages, numeric archives, next and previous posts and comments

Usage

  1. Include 'wp_boostrap_pagination.php' on your theme
  2. On index.php, archive.php and search.php replace 'the_posts_navigation();' for 'wp_boostrap_pagination::numeric();'
  3. On single.php replace 'the_post_navigation();' for 'wp_boostrap_pagination::posts();'
  4. On comments.php use 'wp_boostrap_pagination::comments_simple()'

How it looks

Archive and index

numeric navi

Posts pagination

posts navi

Post pages navigation

posts pages navi

Comments navigation

comments navigation

About

Cover all types of pagination within wordpress: Link pages, numeric archives, next and previous posts and comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages