WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 76,860 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*p*w*r*c*d.com (WP 7.1) F Aug 28, 2026
j*s*s*i*e.com F Aug 28, 2026
j*s*s*i*e*o.com (WP 6.2.11) F Aug 28, 2026
t*e*o*f*a*e*.c*.uk (WP 6.0.9) F Aug 28, 2026
t*n*k*z*s*i.com F Aug 28, 2026
t*n*k*t*a*r*.com (WP 7.1) F Aug 28, 2026
b*k*t*u*k*r*g*.com F Aug 28, 2026
s*r*a*o.ooo (WP 6.7.2) F Aug 28, 2026
s*l*t*e*k*i*t*l*.de (WP 7.1) F Aug 28, 2026
l*v*e*s*e*n*a*k*t*c.com D Aug 28, 2026
t*a*u*n*e*-*h*k*n.com F Aug 28, 2026
t*a*b*r*s*.com F Aug 28, 2026
b*k*u*i*e*.com F Aug 28, 2026
w*t*g*l*.com B Aug 28, 2026
a*i*v*r*s*a*a*a*a*i.com (WP 7.0) F Aug 28, 2026
s*i*a*a*u*n*o*a*a.jp F Aug 28, 2026
t*n*k*k*u*i.com F Aug 28, 2026
9*i*s*i*a*i*n.com (WP 6.8.3) F Aug 28, 2026
l*v*d*.com (WP 6.4.10) F Aug 28, 2026
t*u*i*h*m*-*r*.c*.jp (WP 7.0.4) F Aug 28, 2026
n*t*r*l*y*u*b*r*.com (WP 5.2.21) F Aug 28, 2026
n*t*r*l*y*e*.com D Aug 28, 2026
s*o*a*1*4*.com F Aug 28, 2026
t*y*-*e*i*o.c*.jp F Aug 28, 2026
s*o*a*d*i*l*w*f*i*e.com (WP 6.2.11) F Aug 28, 2026
e*p*r*o*e*l*p*s*i*n*.com F Aug 28, 2026
a*i*d*.nl C Aug 28, 2026
s*i*o*-*.ru (WP 5.5) F Aug 28, 2026
a*t*l*w*f*r*.jp (WP 7.0.4) F Aug 28, 2026
l*v*d*n*o.com (WP 6.9.7) D Aug 28, 2026
p*o*o*h*p*u*p*r*.com (WP 5.4.6) A Aug 28, 2026
t*e*c*n*n*h*e*.vn F Aug 28, 2026
t*n*k*a*i*e.com (WP 6.5.10) F Aug 28, 2026
t*n*k*-*u*u*e*l*w.com (WP 7.0.4) F Aug 28, 2026
n*t*r*l*o*k*o*.com (WP 7.1) F Aug 28, 2026
n*t*r*l*i*e*n*r*y.com F Aug 28, 2026
m*n*m*n*c*p*t*l.com F Aug 28, 2026
s*o*a*-*u*i*a*a.com (WP 4.7.3) F Aug 28, 2026
a*s*m*r*.ru F Aug 28, 2026
m*n*m*r*k*.com (WP 7.1) F Aug 28, 2026
f*n*a*a*a*a*g*.o*g.br F Aug 28, 2026
t*n*k*-*e*k*i*y*.com F Aug 28, 2026
d*s*-*o*e*l.de F Aug 28, 2026
s*o*a*-*o*u*a*l*w.com (WP 6.2.11) F Aug 28, 2026
s*o*a*-*a*o*-*o*p*n*.com F Aug 28, 2026
m*n*m*-*t*u*a*.com F Aug 28, 2026
r*n*w*y*a*d*e*m*r.com (WP 5.1.19) F Aug 28, 2026
n*t*r*l*e*s*i*k.com (WP 7.1) F Aug 28, 2026
n*t*r*l*e*s*o*k.com (WP 7.1) F Aug 28, 2026
s*o*a*-*i*a*a*i.com (WP 3.9.40) F Aug 28, 2026
l*v*c*n*e*t*i*.com A Aug 28, 2026
t*n*k*-*a*k*u.com (WP 5.5.20) F Aug 28, 2026
l*a.mx (WP 7.0.4) F Aug 28, 2026
w*t*a*s*m*o*n*c*.com F Aug 28, 2026
w*t*a*s*m*c*n*e*t.com F Aug 28, 2026
s*o*a*d*r*-*h.com F Aug 28, 2026
s*o*y*j*-*o*n.com D Aug 28, 2026
a*t*l*a.fr F Aug 28, 2026
l*v*c*a*-*l*a.com (WP 5.8.15) F Aug 28, 2026
t*1*l*b*.com (WP 5.4.21) F Aug 28, 2026
t*n*g*k*r*-*.com F Aug 28, 2026
9*9*h*w*l*.com (WP 7.0.2) F Aug 28, 2026
w*t*w*n*a*.com F Aug 28, 2026
g*k*-*o*o*a.com (WP 7.1) F Aug 28, 2026
h*d*n*p*a*.com F Aug 28, 2026
a*i*o*w*i*h*.com F Aug 28, 2026
t*n*d*-*e*.com F Aug 28, 2026
t*-*-*n*o*.com F Aug 28, 2026
t*-*a*d*s*g*.com F Aug 28, 2026
t*-*o*a*o.com (WP 7.1) F Aug 28, 2026
t*-*h*-*e*t.com F Aug 28, 2026
a*s.o*.jp (WP 6.8.1) F Aug 28, 2026
e*p*o*m*n*l*w*e*m*.com F Aug 28, 2026
e*p*o*m*n*l*w*e*i*t*r*.com F Aug 28, 2026
t*-*y*u.com F Aug 28, 2026
j*s*s*e*g*d*f*t*g*a*i*.com F Aug 28, 2026
c*n*d*e*p*r*a*a*d*.com F Aug 28, 2026
s*e*d*r*j*c*.de (WP 6.9.7) F Aug 28, 2026
s*r*o*e*.com F Aug 28, 2026
s*n*a*n*b*o.com F Aug 28, 2026
l*v*c*m*e*0*7.com (WP 6.3.10) F Aug 28, 2026
l*v*c*m*0*7.com (WP 6.3.10) F Aug 28, 2026
l*v*c*m*-*e*f*l.com (WP 6.3.10) F Aug 28, 2026
t*n*b*h*u*i*u.com (WP 7.1) F Aug 28, 2026
t*n*b*c*.com D Aug 28, 2026
t*n*b*c*u*-*a*.com F Aug 28, 2026
c*n*d*a*p*a*t*a*a*i*e.com F Aug 28, 2026
c*n*d*a*p*c*a*i*g.com B Aug 28, 2026
c*n*d*a*m*n*f*c*u*i*g.com F Aug 28, 2026
l*v*c*m*0*.com (WP 6.3.10) F Aug 28, 2026
l*v*c*m*t*u*e*.com (WP 6.3.10) F Aug 28, 2026
l*v*c*m*s*x*0*.com (WP 6.3.10) F Aug 28, 2026
l*v*c*m*s*x*t*u*e*.com (WP 6.3.10) F Aug 28, 2026
a*i*o*s*l*s*a*s.com (WP 7.0.4) F Aug 28, 2026
s*o*u*i*u.com F Aug 28, 2026
t*-*u*s*.com (WP 7.1) F Aug 28, 2026
9*9*b*.com (WP 6.9.7) F Aug 28, 2026
e*p*o*e*s*.com (WP 7.0.4) F Aug 28, 2026
s*u*e*t*n*r*n*.org F Aug 28, 2026
e*p*o*e*l*w*.com F Aug 28, 2026

Top 50 Plugins

Plugin Count
elementor 1,744,599
contact-form-7 1,732,849
elementor-pro 1,038,684
woocommerce 805,665
revslider 596,954
jetpack 448,134
js_composer 411,674
wp-rocket 332,192
essential-addons-for-elementor-lite 259,993
gravityforms 254,222
complianz-gdpr 253,310
google-site-kit 240,833
cookie-law-info 224,919
instagram-feed 221,463
sitepress-multilingual-cms 207,593
header-footer-elementor 202,507
google-analytics-for-wordpress 201,206
bluehost-wordpress-plugin 190,462
elementskit-lite 175,932
gutenberg 168,877
cookie-notice 145,816
litespeed-cache 145,656
gutenberg-core 141,047
gtranslate 121,885
the-events-calendar 121,186
wpforms-lite 120,063
astra-sites 110,035
popup-maker 107,700
woocommerce-payments 107,439
tablepress 101,722
honeypot 97,131
coblocks 96,014
astra-addon 92,123
duracelltomi-google-tag-manager 89,299
wp-smushit 89,058
all-in-one-seo-pack 87,217
layerslider 87,156
bb-plugin 85,198
akismet 83,639
ml-slider 82,367
premium-addons-for-elementor 81,896
cleantalk-spam-protect 80,884
mailchimp-for-wp 79,758
megamenu 79,189
ewww-image-optimizer 77,181
jet-engine 76,987
wp-pagenavi 76,865
fusion-builder 75,806
smart-slider-3 74,826
gravityformsrecaptcha 73,060

Top 50 Themes

Theme Count
hello-elementor 613,807
Divi 487,136
astra 406,610
flatsome 144,365
Avada 119,214
generatepress 113,015
pub 97,752
oceanwp 78,808
kadence 77,958
enfold 67,296
salient 63,977
twentyseventeen 53,487
twentytwentyfour 52,505
bb-theme 52,049
betheme 51,888
cocoon-master 50,369
blocksy 50,220
h4 49,129
twentytwentyfive 45,539
woodmart 44,771
dt-the7 44,767
neve 37,318
Avada-Child-Theme 36,546
gox 36,085
lightning 30,796
bridge 30,540
twentytwentyone 29,726
swell 29,271
twentytwenty 28,274
bricks 26,708
Impreza 25,738
Newspaper 23,817
twentytwentythree 21,632
epik-redesign 18,914
twentytwentytwo 18,416
uncode 18,120
twentysixteen 17,448
pro 17,400
storefront 15,963
sydney 15,885
Total 14,153
factory-templates-4 13,829
hello-theme-child-master 13,768
themify-ultra 12,808
hestia 12,382
yootheme 12,338
yith-wonder 11,828
porto 11,713
jupiter 11,691
extendable 11,634