WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 76,267 domains)

WP-PageNavi

πŸ‘€ Lester Chan πŸ”— Plugin Homepage

Want to replace the old ← Older posts | Newer posts β†’ links with some page links?

This plugin provides the wp_pagenavi() template tag which generates fancy pagination links.

Usage

In your theme, you need to find calls to next_posts_link() and previous_posts_link() and replace them.

In the Twentyten theme, it looks like this:



You would replace those two lines with this:


For multipart pages, you would look for code like this:


and replace it with this:

 'multipart' ) ); ?>

Go to WP-Admin -> Settings -> PageNavi for configuration.

Changing the CSS

If you need to configure the CSS style of WP-PageNavi, you can copy the pagenavi-css.css file from the plugin directory to your theme’s directory and make your modifications there. This way, you won’t lose your changes when you update the plugin.

Alternatively, you can uncheck the β€œUse pagenavi.css?” option from the settings page and add the styles to your theme’s style.css file directly.

Changing Class Names

There are filters that can be used to change the default class names that are assigned to page navigation elements.

Filters

  • wp_pagenavi_class_pages
  • wp_pagenavi_class_first
  • wp_pagenavi_class_previouspostslink
  • wp_pagenavi_class_extend
  • wp_pagenavi_class_smaller
  • wp_pagenavi_class_page
  • wp_pagenavi_class_current
  • wp_pagenavi_class_larger
  • wp_pagenavi_class_nextpostslink
  • wp_pagenavi_class_last

Filter Usage

// Simple Usage - 1 callback per filter
add_filter('wp_pagenavi_class_previouspostslink', 'theme_pagination_previouspostslink_class');
add_filter('wp_pagenavi_class_nextpostslink', 'theme_pagination_nextpostslink_class');
add_filter('wp_pagenavi_class_page', 'theme_pagination_page_class');

function theme_pagination_previouspostslink_class($class_name) {
  return 'pagination__control-link pagination__control-link--previous';
}

function theme_pagination_nextpostslink_class($class_name) {
  return 'pagination__control-link pagination__control-link--next';
}

function theme_pagination_page_class($class_name) {
  return 'pagination__current-page';
}


// More Concise Usage - 1 callback for all filters
add_filter('wp_pagenavi_class_previouspostslink', 'theme_pagination_class');
add_filter('wp_pagenavi_class_nextpostslink', 'theme_pagination_class');
add_filter('wp_pagenavi_class_page', 'theme_pagination_class');

function theme_pagination_class($class_name) {
  switch($class_name) {
    case 'previouspostslink':
      $class_name = 'pagination__control-link pagination__control-link--previous';
      break;
    case 'nextpostslink':
      $class_name = 'pagination__control-link pagination__control-link--next';
      break;
    case 'page':
      $class_name = 'pagination__current'
      break;
  }
  return $class_name;
}

Development

Credits

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

DomainExposuresHeadersLast Checked
a*-*o*p*s*f*n*b*e*.com D Aug 23, 2026
c*n*r*l*s*l*d*d.com F Aug 23, 2026
b*l*a*r*a*f*l*s.com (WP 7.0.4) F Aug 23, 2026
b*l*a*r*a*.com (WP 7.0.4) F Aug 23, 2026
s*e*t*l*p*r*.com (WP 7.1) F Aug 23, 2026
b*l*a*o*n*-*o*i*.com F Aug 23, 2026
b*l*a*o*d*.com D Aug 23, 2026
l*w*i*e*a*.com (WP 7.0.4) F Aug 23, 2026
j*i*o*-*o*m*n*c*t*o*.com (WP 4.9.24) F Aug 23, 2026
c*n*r*d*c*p*t*l.com (WP 5.8.9) F Aug 23, 2026
m*p*i*c*o*p*u*b*n*.com F Aug 23, 2026
s*c*r*t*a*e*k*i*i.com F Aug 23, 2026
s*c*r*t*c*m*r*b*s*.com F Aug 23, 2026
s*e*t*h*r*y*a*e*y*c.com F Aug 23, 2026
s*e*t*h*r*y*a*e*y.com F Aug 23, 2026
s*e*t*h*o*o*i*.com (WP 7.0.4) F Aug 23, 2026
a*t*v*b*l*o*.com (WP 7.1) A Aug 23, 2026
j*i*b*e*k*d.com F Aug 23, 2026
a*z*-*o*a*s*s*i*a.com (WP 7.1) F Aug 23, 2026
a*z*-*a*a*o*o.com F Aug 23, 2026
s*c*r*t*-*a*s*m*.com F Aug 23, 2026
m*p*i*t*e*o*r*e.com (WP 7.0.4) F Aug 23, 2026
c*-*o*f*r*.de (WP 7.1) F Aug 23, 2026
e*o*o*n*.gr (WP 6.9.7) F Aug 23, 2026
i*a*s*s*.eus (WP 7.0) F Aug 23, 2026
c*n*r*c*o*s*a*e*o*s*.com (WP 6.8.3) F Aug 23, 2026
s*c*r*t*1*t*a*k.com F Aug 23, 2026
p*i*o*o*o*a*a*r*.com (WP 5.8.15) F Aug 23, 2026
a*z*m*i*h*d*.com (WP 7.1) F Aug 23, 2026
f*l*c*.c*.jp F Aug 23, 2026
b*c*r*.net F Aug 23, 2026
c*i*u*g*e*a*d*a*u*j*c*u*s*a*t*e*.com F Aug 23, 2026
c*y*c*u*c*.org (WP 7.1) F Aug 23, 2026
r*g*l*s*o*i*i*a*e*.eu (WP 6.7.7) D Aug 23, 2026
b*r*h*r*i*k*i*.at F Aug 23, 2026
c*n*r*c*o*s*n*u*a*c*l*u*s*a*a.com (WP 5.3.23) F Aug 23, 2026
a*z*n*l*n*.com F Aug 23, 2026
a*z*n*i*c.com (WP 6.4.10) F Aug 23, 2026
p*i*o*o*o*r*n*d*.es C Aug 23, 2026
c*n*r*c*s*e*t.com F Aug 23, 2026
s*p*y*k*.jp F Aug 23, 2026
a*z*w*-*e*f.com (WP 4.7.8) F Aug 23, 2026
b*l*a*e*u*a*m*l*.com (WP 7.0.4) F Aug 23, 2026
s*c*r*t*e*l*w*a*t*0*.com F Aug 23, 2026
s*c*r*t*s*l*b*l.com F Aug 23, 2026
b*1*c*n*u*t*r*a.c*m.br (WP 7.0.4) F Aug 23, 2026
p*i*o*o*o*g*a*a*a.com C Aug 23, 2026
j*i*i*a*.com (WP 5.7.17) F Aug 23, 2026
w*l*a*t*a*.com (WP 7.0.4) F Aug 23, 2026
c*d*e*l*n*.com (WP 7.1) F Aug 23, 2026
p*m.nagoya F Aug 23, 2026
r*l.life F Aug 23, 2026
c*d*a*-*o*o*i*s.com (WP 7.0.4) D Aug 23, 2026
p*i*o*o*i*v*l*a*o*i*.com F Aug 23, 2026
t*k*n*-*u*b*r.c*.jp F Aug 23, 2026
j*i*a*a*i.com (WP 7.1) F Aug 23, 2026
j*i*a*p*r*e*.com (WP 7.1) F Aug 23, 2026
p*u*o*c*r.com (WP 5.9) F Aug 23, 2026
c*l*e*h.mx (WP 6.9.4) F Aug 23, 2026
c*l*e*h.cl (WP 6.9.4) F Aug 23, 2026
p*i*o*o*i*t*m*r*n*.com (WP 6.8.8) F Aug 23, 2026
l*w*r*o*t*o*l*n*.com F Aug 23, 2026
a*x*n*h*c*.com F Aug 23, 2026
p*i*o*o*i*f*r*n*s.com F Aug 23, 2026
a*i*t*o*a*t*n*c*l*e*t*b*e*.com F Aug 23, 2026
c*l*m*u*p*r*f*u*d*t*o*.org F Aug 23, 2026
p*i*o*o*i*i*s*e*e*i*o*n*.com F Aug 23, 2026
g*l*e*t*z*e*p*e*e*d*n*s.com (WP 6.7.7) F Aug 23, 2026
f*o*s*u*y.work (WP 7.1) F Aug 23, 2026
s*c*r*u*o*a*.com F Aug 23, 2026
w*l*t*a*e*l*r.com C Aug 23, 2026
m*x*i*u*a*c*s.c*m.br (WP 7.1) F Aug 23, 2026
l*-*k*f*a*o*a.si F Aug 23, 2026
a*x*u*r.com (WP 7.1) D Aug 23, 2026
w*l*t*l*s*o*y.com (WP 6.0.14) F Aug 23, 2026
m*x*u*a*c*s.c*m.br (WP 7.0.4) F Aug 23, 2026
b*l*z*t*u*t*e*v*c*s.com F Aug 23, 2026
l*s*m*d*y.com A Aug 23, 2026
w*l*t*c*5*0.com (WP 6.9.7) F Aug 23, 2026
a*x*l*s*b*i*s*v*c.com (WP 5.5.20) F Aug 23, 2026
w*l*t*c*m*l*.com (WP 7.0.4) F Aug 23, 2026
s*c*r*s*s*a*e*a*.com B Aug 23, 2026
b*r*w*.ca F Aug 23, 2026
r*b*o*u*b*.ru (WP 4.2.40) F Aug 23, 2026
s*c*r*s*s*e*.com B Aug 23, 2026
l*w*o*n*r*m*c*n*e*e*c*.com F Aug 23, 2026
l*v*n*w*n*e*s.o*g.au F Aug 23, 2026
a*l*n*b*n*r*i*.fr (WP 7.1) F Aug 23, 2026
a*e*u*s*h*b*r.com (WP 6.9.4) D Aug 23, 2026
g*k*n*e*v*c*-*r.com (WP 5.8.11) F Aug 23, 2026
g*k*n*o*s*a.com F Aug 23, 2026
g*k*n*a*e.com F Aug 23, 2026
e*s*l.c*.jp (WP 7.1) F Aug 23, 2026
l*o*m*a*-*e*v*c*s.com F Aug 23, 2026
b*b*o*-*i*l*o*h*q*e.eu (WP 7.1) F Aug 23, 2026
e*i*.a*.ma (WP 6.9.7) F Aug 23, 2026
n*n*k*.am F Aug 23, 2026
w*l*s*r*n*s*p*c*r*m*u*e*g*a*s.com F Aug 23, 2026
s*c*r*r*l*t*n*b*o*.com D Aug 23, 2026
a*w*i*u*.com F Aug 23, 2026

Top 50 Plugins

Plugin Count
elementor 1,752,666
contact-form-7 1,735,474
elementor-pro 1,043,198
woocommerce 809,394
revslider 600,920
jetpack 449,975
js_composer 414,119
wp-rocket 336,812
essential-addons-for-elementor-lite 261,485
gravityforms 254,903
complianz-gdpr 253,954
google-site-kit 233,810
cookie-law-info 225,917
instagram-feed 221,983
sitepress-multilingual-cms 208,011
header-footer-elementor 203,631
google-analytics-for-wordpress 202,329
bluehost-wordpress-plugin 191,512
elementskit-lite 177,211
gutenberg 168,360
cookie-notice 146,679
litespeed-cache 145,391
gutenberg-core 124,443
gtranslate 122,517
wpforms-lite 121,266
the-events-calendar 121,249
astra-sites 110,976
popup-maker 108,156
woocommerce-payments 107,946
tablepress 101,712
honeypot 97,496
astra-addon 92,671
coblocks 92,100
duracelltomi-google-tag-manager 89,619
wp-smushit 89,551
layerslider 87,844
all-in-one-seo-pack 87,565
bb-plugin 85,791
akismet 83,992
premium-addons-for-elementor 82,719
ml-slider 82,190
cleantalk-spam-protect 81,303
mailchimp-for-wp 80,344
megamenu 79,503
jet-engine 77,282
ewww-image-optimizer 76,701
wp-pagenavi 76,263
fusion-builder 76,198
woocommerce-gateway-stripe 76,149
smart-slider-3 75,082

Top 50 Themes

Theme Count
hello-elementor 615,645
Divi 489,673
astra 408,879
flatsome 142,890
Avada 119,717
generatepress 113,773
pub 86,655
oceanwp 79,242
kadence 77,953
enfold 67,730
salient 64,308
twentyseventeen 53,836
twentytwentyfour 52,625
bb-theme 52,602
betheme 52,133
blocksy 50,397
cocoon-master 49,082
twentytwentyfive 45,413
dt-the7 44,968
woodmart 44,529
h4 43,325
neve 37,609
Avada-Child-Theme 36,681
gox 36,208
bridge 30,759
lightning 30,033
twentytwentyone 29,923
twentytwenty 28,406
swell 28,174
bricks 26,597
Impreza 25,839
Newspaper 23,910
twentytwentythree 21,781
epik-redesign 18,989
twentytwentytwo 18,537
uncode 18,248
twentysixteen 17,549
pro 17,455
storefront 16,073
sydney 15,997
Total 14,198
hello-theme-child-master 13,900
factory-templates-4 13,787
themify-ultra 12,852
hestia 12,430
yootheme 12,397
yith-wonder 11,938
extendable 11,886
porto 11,790
jupiter 11,734