WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 76,835 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
c*r*n.es (WP 7.0.2) F Aug 25, 2026
g*-*o*n*.com (WP 5.7.17) F Aug 25, 2026
c*r*o*i*s*n*m.com F Aug 25, 2026
j*s*n*d*r*.com F Aug 25, 2026
4*6*t*l*w*t*r*t*r*g*.com F Aug 25, 2026
s*a*i*e*.com F Aug 25, 2026
4*7*o*o*i*g.com (WP 5.6.19) F Aug 25, 2026
s*r*n*-*r*u*.c*.uk D Aug 25, 2026
e*i*s*i*k*c*m*i*g.se (WP 6.9.1) F Aug 25, 2026
a*i*i*.company F Aug 25, 2026
j*s*n*0*.com A Aug 25, 2026
g*-*a.com F Aug 25, 2026
c*f.fr D Aug 25, 2026
p*u*u*r*u*.ch F Aug 25, 2026
p*r*s*o.com F Aug 25, 2026
4*6*o*i*e.com D Aug 25, 2026
v*l*a.c*m.br F Aug 25, 2026
4*5*k*t*.com F Aug 25, 2026
p*u*i*a*t*.app F Aug 25, 2026
t*-*o*f.com (WP 7.1) F Aug 25, 2026
a*a*y*h*l*d*y.com F Aug 25, 2026
g*v*h*c*e*e*v*c*s.com F Aug 25, 2026
d*o*e*e*u*a*m*e*.fr (WP 6.9.5) B Aug 25, 2026
g*u*t*c*n*k.com F Aug 25, 2026
t*d*a*e*.com F Aug 25, 2026
n*g*y*s*i*e*.com F Aug 25, 2026
n*g*y*p*o*e*t.com (WP 7.0.4) F Aug 25, 2026
l*k*o*e*z*k*n*.hu (WP 7.1) D Aug 25, 2026
g*o*a*a*h*e*e*s*c*d*m*.com B Aug 25, 2026
k*q*.org F Aug 25, 2026
l*t*e*l*b.de F Aug 25, 2026
m*l*n*e*i*b*r*e.c*m.au (WP 7.1) F Aug 25, 2026
s*a*g*i*a*e*o*d*.com F Aug 25, 2026
o*d*n*i*f*r*i*r*b*l*g*a.it F Aug 25, 2026
p*r*q*a*.com (WP 7.0.4) D Aug 25, 2026
s*a*g*i.com F Aug 25, 2026
m*h*x*x*o*n.com (WP 5.8.12) F Aug 25, 2026
p*o*t*c*x.com F Aug 25, 2026
p*o*t*c*e*a*.com F Aug 25, 2026
t*e*h*l*e*b*o*.org (WP 5.3.23) D Aug 25, 2026
b*u*d*e*s*c*e*e*a*o*.ca D Aug 25, 2026
s*a*g*a*w*c.com (WP 5.2.21) F Aug 25, 2026
a*r*n*q*e*y*o*.com (WP 3.3.1) F Aug 25, 2026
h*w*b.vn (WP 7.0.4) F Aug 25, 2026
s*a*g*i*t*a.com (WP 5.8.5) F Aug 25, 2026
t*c*n*l*k*s.com (WP 5.9.3) F Aug 25, 2026
d*k*t*-*a*n*n*.com (WP 6.5.5) F Aug 25, 2026
t*y*r*k*g*.com F Aug 25, 2026
t*y*m*t*.com (WP 7.0.4) F Aug 25, 2026
i*a*p*.it F Aug 25, 2026
n*g*t*m*-*p.com F Aug 25, 2026
n*g*t*s*i*a*u*y*.com F Aug 25, 2026
n*g*t*s*i*e*.com (WP 5.5.20) F Aug 25, 2026
n*g*t*n*-*n*.com F Aug 25, 2026
m*l*n*g*a*s*.it F Aug 25, 2026
s*a*g*a*p*o*a*a*d*a*t.com (WP 5.4.10) A Aug 25, 2026
s*m*l*s*r*e*.com (WP 7.1) F Aug 25, 2026
a*t*w*b.org (WP 5.6.11) A Aug 25, 2026
4*1*-*c.com (WP 6.1.1) F Aug 25, 2026
p*o*s*l*t*o*s*q*a.com F Aug 25, 2026
p*a*y*u*-*d.com F Aug 25, 2026
d*g*a*b*d*i*s.org D Aug 25, 2026
g*t*c*s*.com F Aug 25, 2026
a*e*m*r*t*s.ae (WP 7.1) F Aug 25, 2026
p*o*s*d*b*c*t.com F Aug 25, 2026
t*a*p*i*t.pw F Aug 25, 2026
x*i*a*v*j.tv (WP 5.4.6) A Aug 25, 2026
p*o*s*o*t*f*a*c*i*e.com (WP 7.0.1) A Aug 25, 2026
p*o*s*o*t*.com A Aug 25, 2026
4*-*0.com F Aug 25, 2026
x*i*a*x*t.cc (WP 5.4.6) A Aug 25, 2026
l*w*m.org F Aug 25, 2026
m*n*e*a*a*h*n*t*n*e*l*w*h*p.org F Aug 25, 2026
s*f*f*e*t.net D Aug 25, 2026
x*i*a*.net (WP 5.4.6) A Aug 25, 2026
x*i*z*z*d*n*e*e*.hu (WP 7.0.4) F Aug 25, 2026
c*r*o*a*e*r*f*s*i*n*l*.com (WP 5.9.10) D Aug 25, 2026
l*g*t*h*r*p*r*v*l*t*o*.com F Aug 25, 2026
l*g*t*t*r*2*1*.com (WP 5.9.16) F Aug 25, 2026
m*o*t*y*u.net F Aug 25, 2026
n*g*s*k*-*y*.com F Aug 25, 2026
n*g*s*k*-*s*a*e.com F Aug 25, 2026
p*o*s*g*p*o.com F Aug 25, 2026
p*o*s*g*i*c.com F Aug 25, 2026
t*t*e*.com (WP 5.1.19) F Aug 25, 2026
g*o*a*-*p*r*l*-*i*s.com B Aug 25, 2026
c*o*s*e*e*.se F Aug 25, 2026
a*e*i*a*l*g*t.design D Aug 25, 2026
u*w*r*s.net F Aug 25, 2026
n*g*s*w*-*h*r*h.com (WP 7.1) F Aug 25, 2026
n*g*s*k*s*k*.com F Aug 25, 2026
n*g*s*k*s*i*k*n*o.com F Aug 25, 2026
n*g*s*k*s*i*a*-*m*a*h*z*.com (WP 5.4.21) F Aug 25, 2026
t*s*y*e*0*9.com F Aug 25, 2026
v*s*o*y.c*m.bo F Aug 25, 2026
n*g*s*k*-*a*g*.com (WP 7.1) F Aug 25, 2026
n*g*s*k*-*i*o*m*t*u*i.com (WP 6.1.12) F Aug 25, 2026
n*g*s*k*-*m*l*n*c*n*e*.com F Aug 25, 2026
n*g*s*k*-*e*u*u*i.com F Aug 25, 2026
n*g*s*k*-*y*k*e*.com F Aug 25, 2026

Top 50 Plugins

Plugin Count
elementor 1,750,448
contact-form-7 1,737,016
elementor-pro 1,042,069
woocommerce 808,407
revslider 599,479
jetpack 449,262
js_composer 413,187
wp-rocket 334,686
essential-addons-for-elementor-lite 260,999
gravityforms 254,994
complianz-gdpr 253,855
google-site-kit 236,078
cookie-law-info 225,631
instagram-feed 222,143
sitepress-multilingual-cms 208,069
header-footer-elementor 203,314
google-analytics-for-wordpress 201,921
bluehost-wordpress-plugin 191,073
elementskit-lite 176,685
gutenberg 168,681
cookie-notice 146,448
litespeed-cache 145,781
gutenberg-core 133,001
gtranslate 122,288
the-events-calendar 121,439
wpforms-lite 120,816
astra-sites 110,606
popup-maker 108,057
woocommerce-payments 107,787
tablepress 101,841
honeypot 97,430
coblocks 94,026
astra-addon 92,530
duracelltomi-google-tag-manager 89,556
wp-smushit 89,369
layerslider 87,568
all-in-one-seo-pack 87,536
bb-plugin 85,453
akismet 83,949
ml-slider 82,454
premium-addons-for-elementor 82,420
cleantalk-spam-protect 81,162
mailchimp-for-wp 80,123
megamenu 79,441
jet-engine 77,277
ewww-image-optimizer 77,173
wp-pagenavi 76,837
fusion-builder 76,089
smart-slider-3 75,063
woocommerce-gateway-stripe 73,641

Top 50 Themes

Theme Count
hello-elementor 615,360
Divi 488,673
astra 408,151
flatsome 143,568
Avada 119,506
generatepress 113,558
pub 92,366
oceanwp 79,066
kadence 78,005
enfold 67,578
salient 64,208
twentyseventeen 53,722
twentytwentyfour 52,646
bb-theme 52,292
betheme 52,064
blocksy 50,360
cocoon-master 50,143
h4 46,332
twentytwentyfive 45,543
dt-the7 44,924
woodmart 44,743
neve 37,500
Avada-Child-Theme 36,686
gox 36,161
bridge 30,668
lightning 30,606
twentytwentyone 29,836
swell 28,956
twentytwenty 28,366
bricks 26,677
Impreza 25,801
Newspaper 23,891
twentytwentythree 21,723
epik-redesign 18,954
twentytwentytwo 18,495
uncode 18,198
twentysixteen 17,503
pro 17,437
storefront 16,042
sydney 15,958
Total 14,193
hello-theme-child-master 13,861
factory-templates-4 13,830
themify-ultra 12,839
hestia 12,414
yootheme 12,363
yith-wonder 11,885
extendable 11,801
porto 11,762
jupiter 11,731