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

Plugin: wp-pagenavi (Used by 76,563 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
m*n*b*o*n*r*v*l.com βœ… F 2026-06-04 05:35:30
f*s*i*a*e*t*r*a*n*e*t.c*m.au (WP 7.0) βœ… F 2026-06-04 05:33:52
m*n*s*r*d*n*e*n.com (WP 7.0) βœ… F 2026-06-04 05:30:52
b*e*v*v*d*s.com βœ… D 2026-06-04 05:30:38
f*e*n*f*m*l*r*c*p*s.com βœ… F 2026-06-04 05:30:18
f*e*d*n*e*g*c*a*e*.com (WP 7.0) βœ… F 2026-06-04 05:27:35
b*e*v*n*d*s*o*m*.com (WP 6.8.5) βœ… F 2026-06-04 05:26:50
t*e*a*a*i*a*t*e*s.com βœ… C 2026-06-04 05:26:46
t*e*a*r*d*e*u*t*o*.com βœ… C 2026-06-04 05:24:28
b*e*v*n*h*n*.com βœ… F 2026-06-04 05:23:50
b*e*t*n*4*.com (WP 5.7.15) ⚠️ D 2026-06-04 05:23:49
f*e*b*a*d*i*l*g*.com (WP 6.9.4) βœ… D 2026-06-04 05:19:45
m*n*-*a*.com (WP 6.9.4) βœ… F 2026-06-04 05:16:07
f*e*n*w*r*h*u*e.com βœ… F 2026-06-04 05:15:12
t*e*v*t*a*.com βœ… F 2026-06-04 05:15:09
b*e*h*a*e*o*.com βœ… F 2026-06-04 05:12:49
b*e*h*e*c*n*t*.com βœ… F 2026-06-04 05:12:49
t*e*u*a*p*s*.com βœ… F 2026-06-04 05:10:07
m*n*-*o*y*s*i*i*-*h*r*p*.com (WP 6.9.4) βœ… F 2026-06-04 05:08:05
m*n*-*r*h*v*s.com (WP 7.0) βœ… F 2026-06-04 05:08:04
b*e*e*t*r*s*l*d*n*v*r*a*.com (WP 6.9.4) βœ… F 2026-06-04 05:05:04
m*n*l*-*a*i*a.com (WP 5.9.13) ⚠️ F 2026-06-04 05:03:42
a*c*c*n*u*t.com (WP 6.4.8) ⚠️ A 2026-06-04 05:02:40
t*a*e*a*e*.net βœ… F 2026-06-04 04:59:15
m*n*s*t*l*c*r*c*l.com (WP 6.9.4) βœ… F 2026-06-04 04:56:50
f*e*k*c*m*n*.com βœ… F 2026-06-04 04:56:37
r*c*g*o*p.c*.uk (WP 6.4.8) ⚠️ F 2026-06-04 04:56:07
m*n*t*k*-*p*r*s.com (WP 6.5.8) βœ… F 2026-06-04 04:48:11
m*n*t*k*n*e*.com (WP 6.6.5) βœ… F 2026-06-04 04:48:11
m*n*t*k*n*o*u*.com (WP 4.2.38) ⚠️ F 2026-06-04 04:48:11
s*1*d*.pl (WP 6.2.9) ⚠️ F 2026-06-04 04:46:45
m*k*k*k*l*.pl (WP 7.0) βœ… F 2026-06-04 04:46:44
o*c*r*.eu (WP 7.0) βœ… F 2026-06-04 04:46:44
s*y*r*a*a*a*e*k*.pl (WP 6.8.5) βœ… F 2026-06-04 04:46:44
r*f*.k*p*k.pl (WP 4.8.19) ⚠️ F 2026-06-04 04:45:31
m*n*t*-*e*t.com (WP 4.3.1) ⚠️ F 2026-06-04 04:44:14
p*o*i*a*t*.pl (WP 6.7.5) βœ… F 2026-06-04 04:41:35
b*b*i*t*k*-*o*o.pl (WP 7.0) βœ… F 2026-06-04 04:41:35
p*l*c*m.r*k*s*.pl (WP 6.7.5) βœ… F 2026-06-04 04:41:35
l*p*n.r*k*s*.pl (WP 7.0) βœ… F 2026-06-04 04:41:35
s*l*p.r*k*s*.pl (WP 7.0) βœ… F 2026-06-04 04:41:35
s*o*k*n*a.r*k*s*.pl (WP 7.0) βœ… F 2026-06-04 04:41:35
b*h*a*b*t*n*o.pl (WP 6.8.5) βœ… F 2026-06-04 04:41:35
r*k*s*.pl (WP 6.9.4) βœ… F 2026-06-04 04:41:35
f*e*h*t*r*n*w*.com βœ… F 2026-06-04 04:35:40
m*n*s*a*e*e*t*.com (WP 7.0) βœ… F 2026-06-04 04:33:55
m*n*2*p*r*t.com (WP 6.9.4) βœ… D 2026-06-04 04:27:37
m*n*h*m*g.com (WP 3.8.41) ⚠️ F 2026-06-04 04:27:37
t*e*o*s*a*l*r*.com βœ… F 2026-06-04 04:22:24
t*e*o*e*a*p*a*n*n*.com (WP 6.8.5) βœ… F 2026-06-04 04:22:23
b*d*r*i*i*g.com βœ… F 2026-06-04 04:19:14
b*d*q*a*e*l*s.com (WP 6.5.4) βœ… F 2026-06-04 04:16:10
b*d*q*a*e*l*u*.com (WP 6.5.4) βœ… F 2026-06-04 04:16:10
m*n*m*s*i*i*u.com βœ… F 2026-06-04 04:15:10
m*n*m*o*u*i*t*u*i*m.com βœ… F 2026-06-04 04:15:09
t*e*o*t*d*x*e*i*n*e.com βœ… F 2026-06-04 04:13:27
t*e*o*t*a*s*p*o*o*o*.com βœ… F 2026-06-04 04:13:26
b*d*p*.com βœ… F 2026-06-04 04:12:18
t*e*o*f*n*c*m*a*y*n*.com (WP 7.0) βœ… F 2026-06-04 04:05:10
m*n*m*h*r*-*a*o*f*c*.com βœ… D 2026-06-04 04:03:08
c*i*o*o*c*f*e*.c*.jp (WP 6.8.2) βœ… F 2026-06-04 03:59:44
m*n*m*e*e*t*i*.com βœ… F 2026-06-04 03:57:52
m*n*m*b*w*.com (WP 5.5.18) ⚠️ F 2026-06-04 03:57:51
s*v*-*e*c*e*n*t*.de βœ… F 2026-06-04 03:57:43
a*a*e*f*d*u*a*.com (WP 6.5.8) βœ… F 2026-06-04 03:54:40
m*n*m*-*a*a*.com (WP 7.0) βœ… F 2026-06-04 03:52:46
m*n*m*-*o*r*n.com (WP 6.7.5) βœ… F 2026-06-04 03:52:46
m*n*m*-*a*a*m*.com (WP 4.5.32) ⚠️ F 2026-06-04 03:52:45
m*n*m*-*o*k*.com βœ… F 2026-06-04 03:52:45
m*n*m*-*u*u*k*-*a*.com βœ… D 2026-06-04 03:52:45
m*n*m*-*y*.com βœ… F 2026-06-04 03:52:45
m*n*m*-*e*t*l*l*n*c.com (WP 7.0) βœ… F 2026-06-04 03:52:45
t*e*o*g*o*p*l*.com βœ… F 2026-06-04 03:52:00
t*e*o*e*w*i*e.com βœ… F 2026-06-04 03:51:59
s*h*o*i*s*n*i*i.c*m.au βœ… F 2026-06-04 03:47:49
s*h*o*i*s*l*b.c*m.au βœ… F 2026-06-04 03:47:49
t*e*o*k*h*d.com βœ… F 2026-06-04 03:47:47
f*e*h*i*e*a*k*t*n*.com (WP 6.9.4) βœ… F 2026-06-04 03:44:25
f*e*h*e*d*r*e*v*c*.com βœ… F 2026-06-04 03:44:24
l*b*a*y.a*i*.e*u.iq βœ… F 2026-06-04 03:42:35
b*d*d*r*m*n*a*a.com βœ… F 2026-06-04 03:42:28
a*a*u*i.com βœ… F 2026-06-04 03:41:20
f*e*h*n*i*n*a*m*n.com βœ… F 2026-06-04 03:39:09
a*a*o*a*a*u*a.com βœ… F 2026-06-04 03:38:07
f*e*h*d*e*.com (WP 6.4.1) ⚠️ D 2026-06-04 03:35:54
m*l*e*n*u*r*n*i*g.com (WP 7.0) βœ… F 2026-06-04 03:34:35
m*n*g*w*-*a*.com (WP 5.5.18) ⚠️ F 2026-06-04 03:32:33
a*a*a*a*o.com (WP 6.2.9) ⚠️ F 2026-06-04 03:32:27
a*a*a*a*.com βœ… F 2026-06-04 03:32:26
f*e*h*r*v*t*.com βœ… A 2026-06-04 03:31:53
p*s*l.c*m.br (WP 7.0) βœ… F 2026-06-04 03:31:45
t*e*o*m*n*c*n*u*t*n*.com (WP 6.9.4) βœ… F 2026-06-04 03:30:39
t*e*o*m*n*i*s.com (WP 6.9.4) βœ… F 2026-06-04 03:26:49
t*e*o*d*r*p*l*n*e*.com βœ… F 2026-06-04 03:26:49
a*a*a*a*e*w*.com (WP 6.9.4) βœ… F 2026-06-04 03:22:22
a*a*u*u*a*a*l.com (WP 4.0.38) ⚠️ F 2026-06-04 03:17:29
m*n*t*n*k*.com (WP 6.9.4) βœ… F 2026-06-04 03:16:48
m*n*r*p*.com (WP 6.8.5) βœ… F 2026-06-04 03:16:48
m*n*o*i.com βœ… F 2026-06-04 03:16:48
a*a*h*b*i.com πŸ”“ F 2026-06-04 03:13:19

Top 50 Plugins

Plugin Count
elementor 1,761,722
contact-form-7 1,731,764
elementor-pro 1,027,156
woocommerce 801,239
revslider 605,890
jetpack 460,063
js_composer 423,591
wp-rocket 326,540
essential-addons-for-elementor-lite 285,666
gravityforms 258,617
complianz-gdpr 249,233
cookie-law-info 225,286
instagram-feed 223,666
google-site-kit 217,351
sitepress-multilingual-cms 216,285
google-analytics-for-wordpress 210,319
header-footer-elementor 206,176
elementskit-lite 201,061
bluehost-wordpress-plugin 189,737
gutenberg 159,635
gutenberg-core 151,366
cookie-notice 146,713
the-events-calendar 127,940
wpforms-lite 127,721
litespeed-cache 126,539
gtranslate 124,984
astra-sites 118,081
popup-maker 113,700
woocommerce-payments 111,328
tablepress 105,407
coblocks 95,809
honeypot 94,860
astra-addon 93,534
wp-smushit 91,668
all-in-one-seo-pack 91,658
duracelltomi-google-tag-manager 91,394
LayerSlider 89,917
bb-plugin 89,425
premium-addons-for-elementor 85,170
akismet 84,815
megamenu 84,282
cleantalk-spam-protect 82,593
mailchimp-for-wp 82,208
woocommerce-gateway-stripe 81,624
ml-slider 79,041
fusion-builder 78,040
ewww-image-optimizer 77,470
borlabs-cookie 76,951
formidable 76,795
wp-pagenavi 76,554

Top 50 Themes

Theme Count
hello-elementor 601,909
Divi 501,060
astra 416,014
flatsome 126,766
Avada 121,918
generatepress 116,929
pub 104,521
oceanwp 81,665
kadence 76,456
enfold 70,267
salient 65,550
twentyseventeen 54,884
bb-theme 54,407
h4 53,523
twentytwentyfour 53,080
cocoon-master 51,755
betheme 50,697
blocksy 49,383
dt-the7 45,051
twentytwentyfive 42,723
neve 38,412
Avada-Child-Theme 36,883
gox 32,952
woodmart 32,547
bridge 32,320
twentytwentyone 31,590
lightning 30,845
twentytwenty 29,427
swell 28,278
Impreza 25,755
bricks 25,422
twentytwentythree 23,651
Newspaper 22,800
voxel 19,928
twentytwentytwo 19,777
sydney 19,651
epik-redesign 19,243
uncode 18,659
twentysixteen 17,801
pro 17,629
storefront 17,524
kubio 14,599
extendable 14,443
Total 14,433
yith-wonder 13,960
sinatra 13,175
hello-theme-child-master 13,035
factory-templates-4 12,799
themify-ultra 12,744
yootheme 12,622