WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 76,907 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
e*e*a*d*a*e*.com F Aug 27, 2026
p*o*e.c*m.au (WP 7.0.4) D Aug 27, 2026
a*f*n*o*u*u*.com F Aug 27, 2026
b*g*h*r*a.tv (WP 7.1) D Aug 27, 2026
s*i*j*k*-*e*s*i*.com (WP 6.4.10) F Aug 27, 2026
7*s*u*e*o*.com (WP 6.8.8) F Aug 27, 2026
t*e*i*i*h*k*e*.vn (WP 6.8.3) F Aug 27, 2026
w*n*t*e*t*.com (WP 7.0.4) F Aug 27, 2026
s*i*j*k*-*l*.com (WP 5.6.19) F Aug 27, 2026
q*a*i*y*o*p*n*o*s*l*.com C Aug 27, 2026
c*h*s*e*.com (WP 5.4.21) F Aug 27, 2026
e*f.c*.jp (WP 6.0.2) F Aug 27, 2026
s*i*j*p*.com (WP 6.9.7) F Aug 27, 2026
a*f*n*g*i*e*a.com F Aug 27, 2026
q*a*i*y*a*p*t*l*a*i*g.com (WP 7.1) F Aug 27, 2026
7*e*.com (WP 6.4.3) F Aug 27, 2026
s*i*j*d*i*y*u*k*.com (WP 5.3.23) F Aug 27, 2026
h*o*o*p*o.golf F Aug 27, 2026
y*m*o*h*n*.com (WP 6.9.7) F Aug 27, 2026
e*e*a*d*i*y*i*d*w*.com F Aug 27, 2026
t*l*n*-*u*b*n*.com (WP 6.5.10) F Aug 27, 2026
o*e*s*r*t*g*e.com (WP 7.0.4) F Aug 27, 2026
b*t*h*d*d*t*n*w.com D Aug 27, 2026
d*s*r*m*n*r*n*.se (WP 7.1) F Aug 27, 2026
g*a*l*h*w*y*o*.com F Aug 27, 2026
g*a*i*o.com (WP 7.0.2) F Aug 27, 2026
q*a*i*y*r*a*u*c*e*n*n*.com (WP 7.1) F Aug 27, 2026
b*u*w*a*e*r*s*.pl F Aug 27, 2026
n*c*n*.c*.jp F Aug 27, 2026
s*i*i*g*i*h*e*e*t*.com F Aug 27, 2026
n*s*i*a*l.com (WP 7.1) F Aug 27, 2026
c*k*r*c*p*s.ru (WP 7.1) F Aug 27, 2026
e*e*t*r*n*b*.com D Aug 27, 2026
7*a*.com (WP 6.1.12) F Aug 27, 2026
i*s*i*u*d*g*e*a*.com (WP 5.4.2) F Aug 27, 2026
q*a*i*y*h*t*l*t*u*o*s*-*e*t*e.com (WP 5.0.27) F Aug 27, 2026
s*i*h*t*k*.com (WP 7.0.4) F Aug 27, 2026
1*8*z.com (WP 6.7.7) F Aug 27, 2026
w*n*s*v*r*o*o*a*o.com (WP 7.0.4) F Aug 27, 2026
g*o*p*e*e*.jp F Aug 27, 2026
t*y*p*o*l*.life (WP 6.9.7) F Aug 27, 2026
s*i*g*e*a*a.com F Aug 27, 2026
n*c*l*m*z*o*a.com F Aug 27, 2026
c*j*n.c*.jp (WP 5.8.12) F Aug 27, 2026
o*e*-*e*.org F Aug 27, 2026
c*c*o*e*.com B Aug 27, 2026
l*s*c*i*p*n.com F Aug 27, 2026
c*p*o*n.c*.jp (WP 7.0.4) F Aug 27, 2026
a*e*i*r*a*i*a.net F Aug 27, 2026
n*r*s*n*y*.c*.jp F Aug 27, 2026
l*s*c*r*s*i*n*o*p*o*o*r*p*y.com F Aug 27, 2026
s*h*a*t*r*n*l*e*c*e*.de F Aug 27, 2026
t*l*g*i*d*n*m*l*.com (WP 7.0.4) F Aug 27, 2026
s*i*g*k*n*h*r*s*i*a.com (WP 6.1.12) F Aug 27, 2026
s*i*g*t*.com (WP 5.2.26) F Aug 27, 2026
7*c*.com (WP 6.7.7) D Aug 27, 2026
c*c*o*m*t*o*.com F Aug 27, 2026
j*m*n*i*e*r*n*.com F Aug 27, 2026
j*m*o*u*.com F Aug 27, 2026
b*t*z*g*r*s.com (WP 7.1) F Aug 27, 2026
b*t*z*c*s*n*.com (WP 7.1) F Aug 27, 2026
b*t*x*o*e*a*u*k*g*e.com F Aug 27, 2026
p*s*b*.com (WP 5.1.17) F Aug 27, 2026
m*r*e*l*u*s*.a*.jp F Aug 27, 2026
j*n*i.c*.jp F Aug 27, 2026
j*m*o*c*e*e.com F Aug 27, 2026
j*m*h*g*k*i*t*y.com (WP 4.3.34) F Aug 27, 2026
s*i*f*n*b*s*i*c*u*g*n*a.com F Aug 27, 2026
s*i*g*k*j*k*-*.com (WP 7.1) F Aug 27, 2026
s*h*u*s*e*d*e*s*-*a*d*b*r*-*m*l*c*.de (WP 7.0.4) B Aug 27, 2026
s*h*u*s*e*d*e*s*-*a*h*u.de (WP 7.0.4) F Aug 27, 2026
t*l*w*t*c*n*q*e.com F Aug 27, 2026
a*a*-*o*s*.c*.jp (WP 7.1) F Aug 27, 2026
c*i*a*o*u*t*r*l*c*e*s.org F Aug 27, 2026
x*-*s*h*s*e*h*l*e*-*s*.de (WP 6.1.1) F Aug 27, 2026
c*b*r*o*s.com (WP 7.1) F Aug 27, 2026
n*o*e*o*.ru F Aug 27, 2026
s*i*e*s*b*u*u*.com (WP 7.1) F Aug 27, 2026
m*l*t*a*o*.com F Aug 27, 2026
t*l*s*u*e*i*e.com F Aug 27, 2026
t*l*s*u*e*s*.com F Aug 27, 2026
t*l*s*u*e*6*.com F Aug 27, 2026
t*l*s*u*e.com F Aug 27, 2026
n*s*a*p*i*a*e*a*k*t.com (WP 7.0.3) C Aug 27, 2026
s*i*e*o*l.com F Aug 27, 2026
q*a*i*-*p.com F Aug 27, 2026
s*h*m*s.ae A Aug 27, 2026
c*i*i*a*o*c*l*g*.c*m.ua (WP 5.3.2) F Aug 27, 2026
a*f*t*x*c*r*u.com F Aug 27, 2026
l*s*-*e*e.com F Aug 27, 2026
m*t*u*a*a*c*r*.c*.jp F Aug 27, 2026
f*n*8*i*.tv (WP 6.5) D Aug 27, 2026
m*l*r*c*k*.com F Aug 27, 2026
e*d*r*j*k*.com (WP 7.1) F Aug 27, 2026
t*e*h*n*s*m*n*r*.org F Aug 27, 2026
h*u*e*m*s*c.net (WP 7.0.4) F Aug 27, 2026
d*s*t*i*t*.com (WP 7.0.4) F Aug 27, 2026
3*-*c*n*e*h.jp (WP 7.1) F Aug 27, 2026
t*l*f*r*i*u*e*a.com (WP 7.1) F Aug 27, 2026
t*r*s*v*n.com F Aug 27, 2026

Top 50 Plugins

Plugin Count
elementor 1,746,267
contact-form-7 1,734,549
elementor-pro 1,039,766
woocommerce 806,432
revslider 597,668
jetpack 448,449
js_composer 412,079
wp-rocket 332,993
essential-addons-for-elementor-lite 260,292
gravityforms 254,461
complianz-gdpr 253,447
google-site-kit 239,213
cookie-law-info 225,098
instagram-feed 221,822
sitepress-multilingual-cms 207,760
header-footer-elementor 202,683
google-analytics-for-wordpress 201,452
bluehost-wordpress-plugin 190,648
elementskit-lite 176,099
gutenberg 168,789
cookie-notice 145,998
litespeed-cache 145,708
gutenberg-core 138,392
gtranslate 122,053
the-events-calendar 121,267
wpforms-lite 120,269
astra-sites 110,189
popup-maker 107,784
woocommerce-payments 107,552
tablepress 101,769
honeypot 97,123
coblocks 95,350
astra-addon 92,206
duracelltomi-google-tag-manager 89,355
wp-smushit 89,186
all-in-one-seo-pack 87,362
layerslider 87,298
bb-plugin 85,257
akismet 83,721
ml-slider 82,436
premium-addons-for-elementor 82,081
cleantalk-spam-protect 80,975
mailchimp-for-wp 79,856
megamenu 79,276
ewww-image-optimizer 77,244
jet-engine 77,088
wp-pagenavi 76,897
fusion-builder 75,916
smart-slider-3 74,905
gravityformsrecaptcha 73,140

Top 50 Themes

Theme Count
hello-elementor 614,277
Divi 487,577
astra 407,020
flatsome 144,192
Avada 119,312
generatepress 113,081
pub 95,956
oceanwp 78,897
kadence 77,949
enfold 67,389
salient 64,048
twentyseventeen 53,600
twentytwentyfour 52,552
bb-theme 52,097
betheme 51,948
cocoon-master 50,422
blocksy 50,263
h4 48,211
twentytwentyfive 45,533
dt-the7 44,803
woodmart 44,773
neve 37,381
Avada-Child-Theme 36,581
gox 36,101
lightning 30,795
bridge 30,604
twentytwentyone 29,778
swell 29,287
twentytwenty 28,326
bricks 26,717
Impreza 25,755
Newspaper 23,850
twentytwentythree 21,656
epik-redesign 18,940
twentytwentytwo 18,428
uncode 18,138
twentysixteen 17,468
pro 17,393
storefront 15,989
sydney 15,881
Total 14,161
factory-templates-4 13,813
hello-theme-child-master 13,788
themify-ultra 12,809
hestia 12,395
yootheme 12,336
yith-wonder 11,854
porto 11,735
jupiter 11,700
extendable 11,671