WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 76,307 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
l*b*o*i*g.com (WP 6.7.7) F Aug 23, 2026
n*v*l*e*a*i*a*.sv F Aug 23, 2026
c*n*r*l*a*c*s*s.com C Aug 23, 2026
p*a*o*t*o*m*t*d.com F Aug 23, 2026
p*a*i*l*r*e*.com F Aug 23, 2026
l*y*o*e.com (WP 7.0.4) F Aug 23, 2026
t*m*i*c.jp (WP 4.7.29) F Aug 23, 2026
r*c*r*i*.net F Aug 23, 2026
z*n*s*o*m*h*s*r.it F Aug 23, 2026
c*e*o*a*s*m*r*y*.com (WP 7.1) F Aug 23, 2026
w*m*w*h*y*r*.com F Aug 23, 2026
s*d*r*d*r*.com F Aug 23, 2026
s*e*t*a*c*c*e*i.com (WP 7.1) F Aug 23, 2026
b*l*a*b*n*e*e*k.com F Aug 23, 2026
l*b*t*s*c*a*b*r.com (WP 6.8.3) F Aug 23, 2026
p*a*t*a*i*l.com F Aug 23, 2026
p*a*a*a*e*a*p.com F Aug 23, 2026
p*a*h*w*i*.com F Aug 23, 2026
j*i*u*p*a*t*c*.com (WP 6.9.7) F Aug 23, 2026
c*e*m*s*a*e.com F Aug 23, 2026
g*o*l*o*i*g*t*d*o*1.com F Aug 23, 2026
i*o*o*.org (WP 7.0.4) D Aug 23, 2026
k*s*u*m*r*t*k*.net (WP 6.8.8) F Aug 23, 2026
z*c*e*m*m*n*e.com F Aug 23, 2026
y*t*t*w*.jp F Aug 23, 2026
l*y*l*y*e.com F Aug 23, 2026
m*s*e*a*r*m*i*e*r*i*a.ca (WP 7.1) D Aug 23, 2026
w*m*d*a.com (WP 7.0.4) D Aug 23, 2026
c*d*s*i*e*.com D Aug 23, 2026
2*z*z*l*b*.com (WP 7.1) F Aug 23, 2026
2*y*d.com (WP 6.9.7) F Aug 23, 2026
p*1*5*.com (WP 7.1) F Aug 23, 2026
c*n*r*l*f*v*r*t*i*g.com F Aug 23, 2026
s*d*t*o*s*m*l*t*r.com (WP 7.0.2) F Aug 23, 2026
s*d*t*o*s*m*l*t*o*.com (WP 7.0.2) F Aug 23, 2026
a*p*r*h*t*c*s.com B Aug 23, 2026
m*q*i*c*s*o*y.com B Aug 23, 2026
m*q*i*k*a*d*y*o*n.com F Aug 23, 2026
w*m*t*i*t.com (WP 7.0.4) F Aug 23, 2026
s*e*t*i*s*o*d.com F Aug 23, 2026
s*n*i*o.c*.jp F Aug 23, 2026
s*d*t*o*c*r*i*i*a*i*n.com (WP 7.0.2) F Aug 23, 2026
w*m*r*y*o*.com (WP 4.2.38) F Aug 23, 2026
e*f*r*z*l*w.com (WP 7.1) F Aug 23, 2026
c*n*e*t*o*f*n*b*o*.com F Aug 23, 2026
w*m*d*e*l.com (WP 6.1.12) F Aug 23, 2026
s*e*t*e*c*n*y.com A Aug 23, 2026
p*i*a*.com F Aug 23, 2026
c*n*r*l*l*s*u*a.com F Aug 23, 2026
c*n*r*l*l*s*.com F Aug 23, 2026
o*u*a*o*e*.c*.jp F Aug 23, 2026
m*r*d*w*d*i*k.com F Aug 23, 2026
c*n*r*l*n*r*s*i*.com (WP 6.8.8) F Aug 23, 2026
s*t*u*h*w*r*s.jp (WP 5.4.21) F Aug 23, 2026
b*n*u*i*h*d.org F Aug 23, 2026
a*e*l*t*g*d*o*e.com D Aug 23, 2026
t*e*c*.org (WP 5.4.10) A Aug 23, 2026
a*l*b*u*l*f*.pl (WP 6.2.9) F Aug 23, 2026
w*m*k*o*l*n*r*v*e*s.com F Aug 23, 2026
m*i*m*.ru (WP 7.0.2) F Aug 23, 2026
p*y*o*t*p*l*c*.com B Aug 23, 2026
c*d*n*e*o*i*s.com (WP 4.8.17) F Aug 23, 2026
c*d*m*n*c*d*m*.com (WP 6.0.14) F Aug 23, 2026
c*d*m*f*l*.com F Aug 23, 2026
b*n*e*s*a*l.ru (WP 7.0.2) F Aug 23, 2026
j*i*b*r*d*.com (WP 4.9.10) F Aug 23, 2026
2*t*s*r*e*c*f*.com (WP 7.0.4) D Aug 23, 2026
p*o*e*n*.jp (WP 7.1) F Aug 23, 2026
l*a*n*o*l*e.com (WP 6.9.4) F Aug 23, 2026
g*l*a*e*o*u*i*n*.com F Aug 23, 2026
e*e*l*s*h*e*.com (WP 7.0.4) F Aug 23, 2026
s*e*t*r*s*t*c*.com D Aug 23, 2026
m*r*l*n*.tv F Aug 23, 2026
c*l*a*a*.fr (WP 5.1.24) F Aug 23, 2026
c*n*r*l*n*.com F Aug 23, 2026
i*s*i*a*i*n*c*r*.c*.jp (WP 7.1) F Aug 23, 2026
s*r*d*j*u*.me (WP 4.9.18) F Aug 23, 2026
r*s*k*t*h*n.c*m.vn F Aug 23, 2026
l*a*c*m*.com F Aug 23, 2026
s*c*r*t*u*l*m*t*d*r*s*i*a.com F Aug 23, 2026
c*n*r*l*p*r*i*g.com (WP 5.4.21) F Aug 23, 2026
w*l*e*h*.com F Aug 23, 2026
s*c*r*t*s*o*e*n*g*s*k*.com F Aug 23, 2026
l*a*a*i*n*v*d.com (WP 6.2.2) F Aug 23, 2026
j*i*e*i*d.com F Aug 23, 2026
n*w*s*i*d*s*r*.org F Aug 23, 2026
e*e*s*a*.com B Aug 23, 2026
s*c*r*t*p*t*o*f*a*c*i*e.com F Aug 23, 2026
f*l*o*.org F Aug 23, 2026
l*w*a*v*n*u*e*.com F Aug 23, 2026
c*n*r*t*s*o*i*i*a*o*.com C Aug 23, 2026
l*w*e*t*o*n*.com B Aug 23, 2026
b*l*a*r*n*e*n*r*n*e*.com A Aug 23, 2026
l*w*i*a*e*d*r.com F Aug 23, 2026
d*g*i*-*e*l*n.de F Aug 23, 2026
p*u*i*e*.fr F Aug 23, 2026
p*c*c*l.org F Aug 23, 2026
r*m*t.c*.uk (WP 6.9.7) C Aug 23, 2026
g*l*s*l*c*r*c*o*p*n*.com F Aug 23, 2026
t*g*h*c*g*i*.com F Aug 23, 2026

Top 50 Plugins

Plugin Count
elementor 1,752,269
contact-form-7 1,734,913
elementor-pro 1,042,969
woocommerce 809,301
revslider 600,598
jetpack 449,628
js_composer 413,971
wp-rocket 336,041
essential-addons-for-elementor-lite 261,383
gravityforms 254,924
complianz-gdpr 253,919
google-site-kit 234,164
cookie-law-info 225,784
instagram-feed 221,890
sitepress-multilingual-cms 208,071
header-footer-elementor 203,584
google-analytics-for-wordpress 202,140
bluehost-wordpress-plugin 191,353
elementskit-lite 177,076
gutenberg 168,426
cookie-notice 146,605
litespeed-cache 145,566
gutenberg-core 126,202
gtranslate 122,354
the-events-calendar 121,357
wpforms-lite 121,140
astra-sites 110,947
popup-maker 108,105
woocommerce-payments 107,897
tablepress 101,709
honeypot 97,446
astra-addon 92,629
coblocks 92,193
duracelltomi-google-tag-manager 89,623
wp-smushit 89,524
layerslider 87,724
all-in-one-seo-pack 87,488
bb-plugin 85,659
akismet 83,989
premium-addons-for-elementor 82,644
ml-slider 82,288
cleantalk-spam-protect 81,255
mailchimp-for-wp 80,293
megamenu 79,514
jet-engine 77,267
ewww-image-optimizer 76,708
wp-pagenavi 76,276
fusion-builder 76,156
woocommerce-gateway-stripe 75,270
smart-slider-3 75,073

Top 50 Themes

Theme Count
hello-elementor 615,636
Divi 489,356
astra 408,710
flatsome 143,174
Avada 119,640
generatepress 113,787
pub 87,837
oceanwp 79,196
kadence 78,004
enfold 67,704
salient 64,296
twentyseventeen 53,768
twentytwentyfour 52,603
bb-theme 52,472
betheme 52,125
blocksy 50,378
cocoon-master 49,045
twentytwentyfive 45,433
dt-the7 44,982
woodmart 44,663
h4 43,939
neve 37,567
Avada-Child-Theme 36,657
gox 36,181
bridge 30,725
lightning 30,035
twentytwentyone 29,878
twentytwenty 28,365
swell 28,169
bricks 26,622
Impreza 25,820
Newspaper 23,905
twentytwentythree 21,758
epik-redesign 18,971
twentytwentytwo 18,529
uncode 18,234
twentysixteen 17,516
pro 17,439
storefront 16,051
sydney 15,979
Total 14,211
hello-theme-child-master 13,884
factory-templates-4 13,807
themify-ultra 12,852
hestia 12,436
yootheme 12,375
yith-wonder 11,928
extendable 11,903
porto 11,785
jupiter 11,725