WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-pagenavi (Used by 81,176 domains)

WP-PageNavi

πŸ‘€ Lester Chan πŸ“¦ v2.94.5 πŸ”— 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
s*c*a*m*d*a*.pl (WP 4.9.26) ⚠️ F 2026-06-15 06:01:15
s*o*d*a*.s*t*s.s*h.gr (WP 7.0) βœ… F 2026-06-15 05:59:57
d*c*o*e*m*p*o*o*t*d*a*t*m*d*c*z*o*e.it (WP 6.9.4) βœ… F 2026-06-15 05:57:51
m*.u*c.ca βœ… D 2026-06-15 05:48:38
b*r*l*y*a*d.org βœ… B 2026-06-15 05:47:38
l*-*p*g*o*e*t*.q*i*t*r*a*b*a*s.de (WP 6.9) βœ… F 2026-06-15 05:46:20
m*p*i.s*m.u*c*.cl (WP 6.6.5) βœ… F 2026-06-15 05:42:55
m*d*e.u*c*.cl (WP 6.6.5) βœ… F 2026-06-15 05:42:55
p*o.f*u*t*e*s*i*.ch βœ… A 2026-06-15 05:39:21
s*s*a*k*.jp (WP 6.6.5) βœ… F 2026-06-15 05:13:37
s*r*e*2*2*0*4.h*m*.pl (WP 5.9.13) ⚠️ F 2026-06-15 05:10:10
v*d*o.m*n*e*c*n*r*.org (WP 6.7.1) βœ… F 2026-06-15 05:10:10
m*c*n*u*t*r*a.org (WP 6.9.4) βœ… F 2026-06-15 05:09:21
t*c*n*c*l*e*v*c*s.s*t*s.o*t.u*c.ca βœ… D 2026-06-15 04:58:57
a*p*n*o*-*o*r*s*u*.de βœ… F 2026-06-15 04:58:56
b*r*s*i*l*r*p*e*l*s*n*t*i*.at (WP 5.8.13) ⚠️ F 2026-06-15 04:54:34
l*q*a*u*t*r*d*c*.fr (WP 7.0) βœ… F 2026-06-15 04:54:34
c*r*-*p.net βœ… F 2026-06-15 04:53:32
s*b*.c*m.sg βœ… F 2026-06-15 04:45:12
f*s*i*n*e*i*f.ie βœ… B 2026-06-15 04:45:07
j*v*l*g*o.ru βœ… F 2026-06-15 04:44:28
h*k*m*n*e*.com βœ… F 2026-06-15 04:42:27
s*u*s*.z*p.e*u.pl βœ… F 2026-06-15 04:09:35
m*d*a.u*i*e*7.tv (WP 6.9.1) βœ… C 2026-06-15 04:03:04
m*t*y*n*s*a*i*h.cz (WP 6.8.5) πŸ“„ F 2026-06-15 03:55:37
l*s*r*m*n*d*s*u*u*v*e.ca (WP 7.0) βœ… F 2026-06-15 03:27:42
s*i*t*r*n*o*s*l*u*e.be (WP 4.7.4) ⚠️ F 2026-06-15 03:22:49
a*t*e*-*i*f*r*n*e*.be βœ… F 2026-06-15 03:22:43
d*n*k*l*n*r*i.dk βœ… F 2026-06-15 03:22:43
a*c*i*m*d*s*r*.jp βœ… F 2026-06-15 03:16:34
r*s*i*e*.ir βœ… F 2026-06-15 02:55:51
w*n*e*k*n*-*l*g.ru βœ… F 2026-06-15 02:37:41
k*t*d*m*y*.s*k*r*.n*.jp βœ… F 2026-06-15 02:30:29
s*o*r*n*k.org (WP 7.0) βœ… F 2026-06-15 02:28:58
l*c*m*.c*m.pl (WP 7.0) βœ… F 2026-06-15 02:20:38
o*f*c*-*o*k*.jp (WP 6.9.4) βœ… F 2026-06-15 02:14:54
t*e*t*r*a*l*r*h*f.de βœ… D 2026-06-15 02:03:21
g*o*n*s*-*t*l*.com βœ… D 2026-06-15 02:01:40
c*s*s*u*i*.ru βœ… F 2026-06-15 01:58:15
c*l*g*o*a*e*e.es (WP 6.8.5) βœ… F 2026-06-15 01:37:04
b*g*.c*m.ru (WP 4.8.28) ⚠️ F 2026-06-15 01:31:10
u*-*i*e*a*d*s*c*r*t*.o*y*-*i*e*.io βœ… C 2026-06-15 01:30:11
h*k*r*g*g*.jp (WP 4.7.29) ⚠️ F 2026-06-15 01:29:53
p*5.c*m.br (WP 7.0) βœ… F 2026-06-15 01:17:36
d*v*e*g*n.s*a*b*a*a.org (WP 6.9.4) βœ… F 2026-06-15 01:16:47
w*e*.s*a*b*a*a.org (WP 6.9.4) πŸ”“ F 2026-06-15 01:16:46
d*v*l*n*o*.s*a*b*a*a.org (WP 6.7.2) βœ… F 2026-06-15 01:16:46
g*l*e*y*p*.org (WP 5.2.21) ⚠️ F 2026-06-15 01:08:38
g*a*i*l*v*s.a*t*r*i*t*.org (WP 6.7.2) βœ… F 2026-06-15 01:04:39
p*a*e*f*e*.com (WP 6.6.5) βœ… F 2026-06-15 00:52:23
p*o*o*a*t*u*u*e.ro (WP 6.9.4) βœ… F 2026-06-15 00:51:15
p*r*c*r*a*e*.com (WP 6.8.3) βœ… F 2026-06-15 00:49:37
p*a*i*a*a*n.info (WP 6.9.4) βœ… F 2026-06-15 00:49:26
k*l*u*v*r*i*i*u*g.at βœ… F 2026-06-15 00:36:17
p*a*i*a*e*s*.c*m.br (WP 6.7.5) βœ… D 2026-06-15 00:28:18
s*u*a*a*s*e*t*v*l*n.se (WP 6.9.1) βœ… F 2026-06-15 00:19:43
b*o*n*o*m*t*c*.s*t*s.o*t.u*c.ca βœ… F 2026-06-15 00:18:56
y*p.s*t*s.o*t.u*c.ca βœ… D 2026-06-15 00:18:56
q*f*.w*e*g*n*.com βœ… F 2026-06-15 00:14:42
s*g*c.c*m.au βœ… F 2026-06-15 00:14:42
q*f*.w*e*g*n*p*w*r*d.com βœ… F 2026-06-15 00:14:42
b*i*d*n*w*t*f*a*e*.c*.uk (WP 7.0) βœ… F 2026-06-15 00:09:14
k*x*o*e*d*m.nl βœ… F 2026-06-15 00:06:27
m*t*m*a.cc (WP 5.9.3) ⚠️ A 2026-06-14 23:51:15
j*a*m*m*e*s*i*.n*-*u*p*r*.jp πŸ”“ F 2026-06-14 23:43:29
g*r*e*e*3*5*l*s*.de βœ… F 2026-06-14 23:40:10
a*a*t*c*n*l*g*e*.jp (WP 6.0) ⚠️ F 2026-06-14 23:33:11
r*g*t*u*.nl βœ… F 2026-06-14 23:32:33
h*l*d*m.ru (WP 6.1.10) ⚠️ F 2026-06-14 23:31:18
t*l*m*s*e*-*s*.ru (WP 6.2.9) ⚠️ F 2026-06-14 23:31:18
p*-*e*n*g*.ru βœ… F 2026-06-14 23:30:14
k*n*e*a*s*.f*e*h*i*a*e*a.no βœ… F 2026-06-14 23:25:09
s*i*i*f*n.net (WP 6.5.8) βœ… F 2026-06-14 23:18:49
e*u*i*n*s*a*s*a*o*r*e.org (WP 6.4.6) ⚠️ F 2026-06-14 23:16:11
b*r*d*v*l*p*e*t*.com βœ… F 2026-06-14 23:15:57
a*t*l*s*.ru (WP 4.0) ⚠️ F 2026-06-14 23:13:46
r*d*e*e*e*c.org βœ… F 2026-06-14 23:10:58
f*n*r*s.pl βœ… F 2026-06-14 23:05:22
s*r*n*k*s*e*-*e*h*u*-*r*d*.nl βœ… F 2026-06-14 23:05:09
h*r*a*d*q.f*l*p*s*a*u*r*a.com (WP 6.9.4) βœ… F 2026-06-14 23:01:16
w*c*r*c*i*d*e*.org βœ… F 2026-06-14 22:56:57
c*p*.u*.e*u.pl (WP 5.8.10) ⚠️ F 2026-06-14 22:55:42
b*n*a*r*n.org βœ… D 2026-06-14 22:55:39
a*z*l*g.o*t*x.ru βœ… F 2026-06-14 22:49:36
u*i*a*.org βœ… F 2026-06-14 22:49:27
s*b*t*i*k*l*.c*s*.cz βœ… F 2026-06-14 22:47:03
s*c*a*g*b*r*.net (WP 5.8.13) ⚠️ F 2026-06-14 22:38:44
d*t*.g*a*.g*.at βœ… F 2026-06-14 22:32:29
a*s*e*d*s*r.hu βœ… F 2026-06-14 22:23:14
s*y*k*.s*k*r*.n*.jp (WP 5.2.21) ⚠️ F 2026-06-14 22:12:35
a*i*-*a*e.jp (WP 5.8) ⚠️ F 2026-06-14 22:12:35
s*m*n*i*.org βœ… F 2026-06-14 22:09:03
c*x*s*f*w*r*.ru (WP 6.8.3) βœ… F 2026-06-14 22:07:23
i*q.c*m.br βœ… F 2026-06-14 22:05:56
a*t*s*e*c*a*i*n*e.org βœ… F 2026-06-14 21:57:40
v*b*z*a.cc (WP 5.9.9) ⚠️ A 2026-06-14 21:56:03
o*d*t*v*j*.s*l*t.a*n*s.si βœ… F 2026-06-14 21:41:03
h*t*-*p*.cz βœ… F 2026-06-14 21:37:13
w*t*a*w*a*.nl (WP 7.0) βœ… F 2026-06-14 21:30:49
n*h*n*n*w*n*z*l*.c*.jp (WP 6.3.8) ⚠️ F 2026-06-14 21:25:53

Top 50 Plugins

Plugin Count
elementor 1,845,026
contact-form-7 1,814,379
elementor-pro 1,074,639
woocommerce 834,328
revslider 631,057
jetpack 474,701
js_composer 442,043
wp-rocket 343,148
essential-addons-for-elementor-lite 303,315
gravityforms 291,645
complianz-gdpr 264,632
cookie-law-info 238,008
instagram-feed 233,160
google-site-kit 227,086
sitepress-multilingual-cms 226,612
google-analytics-for-wordpress 218,275
header-footer-elementor 214,731
elementskit-lite 214,055
bluehost-wordpress-plugin 191,979
gutenberg 165,128
gutenberg-core 163,247
cookie-notice 156,862
litespeed-cache 137,160
the-events-calendar 135,646
wpforms-lite 131,895
gtranslate 131,059
astra-sites 121,430
popup-maker 118,674
woocommerce-payments 114,788
tablepress 113,253
coblocks 101,881
honeypot 100,128
astra-addon 97,326
duracelltomi-google-tag-manager 96,036
wp-smushit 95,656
all-in-one-seo-pack 95,213
LayerSlider 93,578
bb-plugin 92,205
megamenu 89,033
premium-addons-for-elementor 88,891
akismet 87,453
mailchimp-for-wp 85,480
cleantalk-spam-protect 85,280
woocommerce-gateway-stripe 84,759
ml-slider 83,225
borlabs-cookie 82,106
fusion-builder 81,492
wp-pagenavi 81,138
ewww-image-optimizer 80,807
smart-slider-3 79,595

Top 50 Themes

Theme Count
hello-elementor 631,095
Divi 521,797
astra 432,703
flatsome 142,108
Avada 127,084
generatepress 125,483
pub 112,409
oceanwp 85,449
kadence 80,767
twentytwentyfour 80,280
enfold 73,503
salient 68,110
h4 57,690
twentyseventeen 57,578
bb-theme 56,107
betheme 53,173
cocoon-master 52,483
blocksy 52,231
dt-the7 47,224
twentytwentyfive 45,213
sydney 42,519
neve 40,452
Avada-Child-Theme 38,420
woodmart 34,046
gox 34,021
bridge 33,548
twentytwentyone 32,826
lightning 31,937
twentytwenty 30,760
swell 28,919
Impreza 27,210
bricks 26,663
voxel 25,694
twentytwentythree 24,488
Newspaper 24,266
sinatra 22,661
kubio 21,620
twentytwentytwo 20,266
uncode 19,571
epik-redesign 19,281
twentysixteen 18,733
storefront 18,307
pro 18,094
Total 15,054
extendable 14,875
yith-wonder 14,120
hello-theme-child-master 13,717
themify-ultra 13,308
yootheme 13,284
hestia 13,196