WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 76,502 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
n*g*r*p*o.c*.jp (WP 6.5.3) F Sep 1, 2026
e*u*p*r*g*l.com (WP 7.1) F Sep 1, 2026
r*n*a*s*b*s*n.com (WP 6.1.12) F Sep 1, 2026
k*o*r*n*.jp F Sep 1, 2026
z*c*a*y*a*l*r*v*e*o*t.com F Sep 1, 2026
z*c*a*y*a*l*r*v.com F Sep 1, 2026
e*u*p*m*n*u*a*e.com (WP 6.4.10) F Sep 1, 2026
s*i*c*n*e*9*9.com D Sep 1, 2026
a*s*-*e*e*r*.com (WP 6.8.8) F Sep 1, 2026
b*a*k*n*h*p*a*a*e*o*r*.com F Sep 1, 2026
c*a*b*n*f*t*.com (WP 6.8.3) F Sep 1, 2026
x*d*v*l*p*r*.com F Sep 1, 2026
c*n*u*o*s*c*o*o*i*t.com F Sep 1, 2026
n*o*u*a*h*a*a*i.com (WP 5.7.17) F Sep 1, 2026
l*p*z*l*s*r*d*r.com (WP 7.0.3) F Sep 1, 2026
h*r*w*r*i*g*o*d*o*k*n*.com F Sep 1, 2026
o*t*n*s*v.com (WP 6.7.7) F Sep 1, 2026
t*p*o*k*-*o*y.com D Sep 1, 2026
r*n*h*v*g*o*a.com (WP 7.1) D Sep 1, 2026
f*l*c*a*r*t*o.c*m.br (WP 6.1.6) F Sep 1, 2026
a*s*m.com (WP 7.0.4) D Sep 1, 2026
e*u*p*c*o*e*p*n*a.com F Sep 1, 2026
o*t*i*g*o*t*.com B Sep 1, 2026
a*l*c*f*r*u*t*i*a*l*l*v*n*.org F Sep 1, 2026
t*n*i*f*t*e*s*o*e.com (WP 6.8.8) F Sep 1, 2026
a*s*u*i*.com (WP 4.0.38) F Sep 1, 2026
f*r*e*-*m*g*n*.fr F Sep 1, 2026
h*r*w*r*v*e*s.com (WP 6.9.7) F Sep 1, 2026
t*n*i*c*u*t*m*p.com A Sep 1, 2026
n*p*o*r*c*.c*.jp (WP 7.0.4) F Sep 1, 2026
t*-*a*s*i.c*.jp (WP 6.4.10) F Sep 1, 2026
e*u*n*x*e*w*r*i*g.com (WP 7.1) F Sep 1, 2026
c*l*y.com F Sep 1, 2026
r*a*-*o*l*n*.ru F Sep 1, 2026
m*r*t*m.com (WP 4.9.26) F Sep 1, 2026
t*p*f*o*r*n*.com (WP 7.0.4) F Sep 1, 2026
a*s*o*a*l*.com (WP 7.0.4) F Sep 1, 2026
r*n*h*d*p*i*o.com F Sep 1, 2026
j*y*y*m*t*.com (WP 7.1) F Sep 1, 2026
j*y*c*g*r*.com F Sep 1, 2026
j*y*g*s.com D Sep 1, 2026
p*t*u*g*o.ro (WP 4.8.25) F Sep 1, 2026
b*a*c*m*s*u*.com (WP 5.4.10) A Sep 1, 2026
g*f*-*o*-*o*e*-*n*.tokyo (WP 5.4.21) F Sep 1, 2026
m*r*s*p*l*.com F Sep 1, 2026
l*p*-*c*.com (WP 6.4.2) F Sep 1, 2026
o*s*r*p*x.com (WP 7.0.4) F Sep 1, 2026
b*a*c*d*c*s*r*.com F Sep 1, 2026
l*p*r*x.com A Sep 1, 2026
z*b*h*l*s.com (WP 7.1) F Sep 1, 2026
m*g*c*w*l*s.com (WP 4.2.16) F Sep 1, 2026
o*s*e*t*r*e*s.com F Sep 1, 2026
a*s*a*y.com F Sep 1, 2026
r*n*h*a*d*p*a*m*c*.com F Sep 1, 2026
n*w*d.org (WP 6.9.7) F Sep 1, 2026
u*o*d*n*a*.net (WP 7.0.4) F Sep 1, 2026
s*k*k*b*r*.jp (WP 7.1) F Sep 1, 2026
p*i*h*o*j*v.com (WP 7.1) D Sep 1, 2026
o*s*e*y*t.com (WP 7.0.4) F Sep 1, 2026
n*o*b*d.com F Sep 1, 2026
t*e*s*x*r*m*u*.com (WP 7.1) D Sep 1, 2026
e*u*n*a*f*i*e.com (WP 7.0.4) C Sep 1, 2026
n*o*-*o*a.com F Sep 1, 2026
j*y*a*r*s.com (WP 6.9.7) F Sep 1, 2026
m*z*k*-*u*u*h*.jp F Sep 1, 2026
h*r*s*a*e*o*t*e*a*o*i*a*.com F Sep 1, 2026
a*s*a*y*.com (WP 7.1) F Sep 1, 2026
a*s*a*e*f.com (WP 7.0.4) F Sep 1, 2026
n*r*k*e*w*s.pl (WP 7.1) F Sep 1, 2026
r*n*h*o*t*g*s*o*r*n*.com F Sep 1, 2026
t*p*i*i*n*l*.com (WP 7.1) F Sep 1, 2026
z*b*v*s*e.com (WP 6.8.8) F Sep 1, 2026
z*b*v*-*o*r.com (WP 7.0.4) F Sep 1, 2026
a*s*a*e*m*g.com F Sep 1, 2026
n*o*l*c*a*e.com F Sep 1, 2026
c*v*l*o*m.com F Sep 1, 2026
c*v*n*b*i*g*g*o*p.com C Sep 1, 2026
x*l*s*v*-*s*o*t.com F Sep 1, 2026
e*u*l*b*i*m*y*l*n*.com (WP 6.0.13) F Sep 1, 2026
m*r*s*a*9.com F Sep 1, 2026
m*r*s*i*t.com (WP 7.1) F Sep 1, 2026
t*n*e*s*e*r*h*d*n*i*t.com F Sep 1, 2026
p*a*t*r*t*n.nl (WP 7.0.4) F Sep 1, 2026
j*w*l*y*k*k*y*.jp (WP 5.8.15) F Sep 1, 2026
x*i*e*i*i*a*.com (WP 6.8.8) F Sep 1, 2026
s*a*d*n.com (WP 7.1) F Sep 1, 2026
t*n*e*s*e*a*a*e*l*o*c*a*i*g*.com D Sep 1, 2026
t*n*e*s*e*a*v*n*z*n*.com B Sep 1, 2026
m*r*e*l*e*e*c*n*r*.fr (WP 7.0.4) F Sep 1, 2026
n*o*2*o*b.com (WP 7.0.4) F Sep 1, 2026
o*u*o*a*k*n.jp D Sep 1, 2026
n*c*r.org A Sep 1, 2026
x*-*7*c*a*q*7*4*x*3*p*.cc (WP 6.8.3) F Sep 1, 2026
t*n*e*s*e*c*.com (WP 7.1) F Sep 1, 2026
a*t*g.ru F Sep 1, 2026
a*d*o*d*l*g*c*e*s.fr (WP 7.1) D Sep 1, 2026
o*o*s*l*o*w*b.com F Sep 1, 2026
l*o*y*a*.com F Sep 1, 2026
x*-*7*c*a*a*f*a*1*6*i.com (WP 6.8.3) F Sep 1, 2026
x*-*3*5*f*c*j*g*b*8*7*.com (WP 6.8.3) F Sep 1, 2026

Top 50 Plugins

Plugin Count
elementor 1,730,851
contact-form-7 1,721,189
elementor-pro 1,030,831
woocommerce 799,160
revslider 592,105
jetpack 437,583
js_composer 408,516
wp-rocket 327,452
essential-addons-for-elementor-lite 257,700
gravityforms 252,749
complianz-gdpr 252,105
google-site-kit 248,054
cookie-law-info 223,364
instagram-feed 219,947
sitepress-multilingual-cms 206,461
header-footer-elementor 200,562
google-analytics-for-wordpress 199,415
bluehost-wordpress-plugin 189,419
elementskit-lite 174,281
gutenberg 163,245
litespeed-cache 145,163
cookie-notice 144,698
gutenberg-core 142,214
gtranslate 120,894
the-events-calendar 120,488
wpforms-lite 118,651
astra-sites 108,787
popup-maker 106,954
woocommerce-payments 105,990
tablepress 101,271
honeypot 96,606
coblocks 94,330
astra-addon 91,513
duracelltomi-google-tag-manager 88,439
wp-smushit 88,309
layerslider 86,448
all-in-one-seo-pack 86,358
bb-plugin 84,742
akismet 82,542
ml-slider 82,050
premium-addons-for-elementor 80,896
cleantalk-spam-protect 80,348
mailchimp-for-wp 78,910
megamenu 78,677
ewww-image-optimizer 76,841
jet-engine 76,514
wp-pagenavi 76,498
fusion-builder 75,381
smart-slider-3 74,307
gravityformsrecaptcha 72,820

Top 50 Themes

Theme Count
hello-elementor 609,738
Divi 483,693
astra 402,996
flatsome 145,049
Avada 118,419
generatepress 112,324
pub 98,401
oceanwp 78,169
kadence 77,705
enfold 66,989
salient 63,402
twentyseventeen 53,040
twentytwentyfour 51,964
bb-theme 51,672
betheme 51,500
cocoon-master 50,020
blocksy 49,840
h4 49,515
twentytwentyfive 45,477
woodmart 44,738
dt-the7 44,471
neve 37,074
Avada-Child-Theme 36,431
gox 35,993
lightning 30,708
bridge 30,318
twentytwentyone 29,426
swell 29,172
twentytwenty 28,029
bricks 26,775
Impreza 25,573
Newspaper 23,658
twentytwentythree 21,408
epik-redesign 18,879
twentytwentytwo 18,239
uncode 18,008
twentysixteen 17,308
pro 17,260
storefront 15,772
sydney 15,730
Total 14,089
factory-templates-4 13,881
hello-theme-child-master 13,639
themify-ultra 12,712
hestia 12,288
yootheme 12,281
yith-wonder 11,735
jupiter 11,591
porto 11,567
twentyfifteen 11,459