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

Plugin: wp-pagenavi (Used by 85,512 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
t*e*l*s*t*t*l*m*n*o*l*g*.com βœ… F 2026-04-27 14:08:47
r*d*i*k*o*t*o*o*t*c*.com βœ… F 2026-04-27 14:08:47
r*d*y*a*h*e*.com (WP 6.9.4) βœ… F 2026-04-27 14:08:46
g*e*t*a*e*e*n*s.com βœ… F 2026-04-27 14:07:22
f*a*c*i*-*a*s*u*t.fr (WP 6.9.4) βœ… F 2026-04-27 14:06:39
m*.itworks-soft.com (WP 6.9.4) βœ… F 2026-04-27 14:06:01
v*c*o*w*l*i*g*u*p*y.com βœ… F 2026-04-27 14:05:52
c*o*c*c*a*.com βœ… F 2026-04-27 14:04:43
c*o*c*c*n*e*.com βœ… F 2026-04-27 14:04:43
c*o*c*c*n*a*i*p*.com (WP 6.7.5) βœ… F 2026-04-27 14:04:43
c*o*c*b*g*i*g.com βœ… F 2026-04-27 14:04:42
g*e*t*a*d*f*e*.com βœ… A 2026-04-27 14:04:23
r*d*i*c*n*u*t*n*.com (WP 6.9.4) βœ… D 2026-04-27 14:04:22
r*d*n*j*c*.com (WP 6.8.5) βœ… F 2026-04-27 14:04:20
v*l*c*a*l*n*e.dk βœ… F 2026-04-27 14:02:48
v*c*o*t*e*e*.com (WP 6.9.1) βœ… B 2026-04-27 14:02:16
s*1*2.pcdn.co (WP 6.9.4) βœ… F 2026-04-27 14:02:12
b*t*6*i*d*a.org βœ… F 2026-04-27 14:02:11
f*l*o*2*.com βœ… F 2026-04-27 14:01:15
g*e*t*m*r*c*n*v*e*t*l*.com (WP 6.9.4) βœ… F 2026-04-27 14:00:57
t*g*c*i*a*i*y.farm βœ… F 2026-04-27 14:00:32
j*f.or.jp βœ… D 2026-04-27 14:00:03
k*g*s*i*a*i*u*i*e.city.kagoshima.lg.jp πŸ”“ F 2026-04-27 13:59:45
i*t*r*i*w*.roberteccles.com βœ… F 2026-04-27 13:59:36
m*l*a*o.info βœ… F 2026-04-27 13:59:09
c*o*c*1*t*f*i*g.com (WP 6.9.4) βœ… D 2026-04-27 13:58:20
k*t*t*.com (WP 5.9.2) ⚠️ F 2026-04-27 13:57:31
n*m*t*a*.com βœ… F 2026-04-27 13:57:23
a*c*i*e.iassw-aiets.org (WP 6.9.4) βœ… F 2026-04-27 13:56:56
a*j*u*d*h*i.com (WP 6.8) βœ… F 2026-04-27 13:56:47
g*e*t*m*r*c*n*f*i*e.com βœ… B 2026-04-27 13:56:45
m*g*e*l*m*a*d*.com βœ… F 2026-04-27 13:56:02
s*s*t*u*y*.osaka-sishakyo.jp βœ… F 2026-04-27 13:55:21
s*l*t*.us (WP 6.9.4) βœ… F 2026-04-27 13:53:35
k*s*k*n.com (WP 5.2.4) ⚠️ F 2026-04-27 13:53:25
n*m*s*s*u*r*o*m*n*e.com βœ… D 2026-04-27 13:53:03
m*g*e*g*n*i*.com βœ… F 2026-04-27 13:52:35
b*o*u*.randoquebec.ca (WP 6.8.5) βœ… F 2026-04-27 13:51:41
m*p*.hr (WP 5.0.3) ⚠️ D 2026-04-27 13:51:41
j*m*.thick.jp βœ… F 2026-04-27 13:51:34
f*l*a*i*n.com βœ… D 2026-04-27 13:51:25
t*e*i*c*e*s*o*.com βœ… F 2026-04-27 13:51:18
r*a*a*o.com βœ… F 2026-04-27 13:49:37
t*y*-*e*i*.co.jp βœ… F 2026-04-27 13:49:08
c*o*i*h*k*t*u.com βœ… D 2026-04-27 13:48:20
g*l*.co.jp (WP 6.3.8) ⚠️ D 2026-04-27 13:45:08
k*r*s*g*v*r*m*n*g*o*p.com βœ… F 2026-04-27 13:44:39
g*e*t*e*s*y*.com βœ… F 2026-04-27 13:44:39
c*u*s*-*b*r*k*.jp (WP 5.4.19) ⚠️ F 2026-04-27 13:41:53
i*e*.co.jp βœ… F 2026-04-27 13:40:39
c*o*u*f*.com βœ… F 2026-04-27 13:40:27
c*o*u*e*g*e*.com (WP 6.9.4) βœ… F 2026-04-27 13:40:27
a*g*s*t*a*l*r*.com βœ… D 2026-04-27 13:40:07
g*e*s*t*a*c*e*n*n*a*l.com βœ… F 2026-04-27 13:38:22
g*e*s*t*a*0*2.com (WP 6.3.8) ⚠️ F 2026-04-27 13:38:22
a*-*a*a*a*h*.net βœ… F 2026-04-27 13:37:59
m*d*a*o*t*.org (WP 4.2.2) ⚠️ F 2026-04-27 13:37:59
i*a*l*.cn βœ… F 2026-04-27 13:35:25
g*e*s*t*i*f.com (WP 6.9.4) βœ… F 2026-04-27 13:33:48
h*s*i*e*.or.jp βœ… F 2026-04-27 13:33:10
p*n*u*.com (WP 4.3.34) ⚠️ F 2026-04-27 13:33:10
d*o*i*a.com βœ… F 2026-04-27 13:30:37
m*s*e*y*n*e*p*i*e*.com (WP 6.9.4) βœ… F 2026-04-27 13:29:45
c*m*u*i*i*s*f*r*p*o*l*.org βœ… D 2026-04-27 13:29:44
p*a*o*r*n*s.com βœ… F 2026-04-27 13:28:44
k*p*t*d*p*o*.com βœ… F 2026-04-27 13:28:31
i*n*s*u*c*n*.com βœ… F 2026-04-27 13:27:57
c*o*o*r*y*h*c.com (WP 6.9.4) βœ… F 2026-04-27 13:26:21
n*t*o*a*-*.edu.ph (WP 5.8.9) ⚠️ F 2026-04-27 13:25:09
p*p*v*r*e*f*.nl (WP 6.9.4) βœ… F 2026-04-27 13:25:02
u*n*n*k*n*o*.jp (WP 6.9.4) βœ… F 2026-04-27 13:24:01
m*s*m*l*f*o*.com (WP 6.9.4) βœ… F 2026-04-27 13:23:50
t*e*i*g*f*o*i*r*.com (WP 6.9.4) βœ… F 2026-04-27 13:23:48
k*o*a*i.com (WP 5.9.13) ⚠️ F 2026-04-27 13:23:02
k*o*a*a*.com (WP 6.9.4) βœ… F 2026-04-27 13:23:02
r*s*o*a*t*s*c*o.it βœ… F 2026-04-27 13:22:57
c*o*o*a*j*t*.com (WP 6.7.1) βœ… F 2026-04-27 13:21:11
r*c*d*w*.com (WP 6.9.4) βœ… F 2026-04-27 13:20:52
i*i*-*e*h*r*h*.qc.ca βœ… F 2026-04-27 13:19:51
h*u*e*m*i*t*n*n*e.org (WP 5.2.21) ⚠️ F 2026-04-27 13:19:30
u*t*m*m*r*e*s.asia βœ… F 2026-04-27 13:19:28
k*u*l*.com (WP 6.9.4) βœ… F 2026-04-27 13:19:23
k*o*a*a*.com (WP 4.7.29) ⚠️ F 2026-04-27 13:18:03
k*o*a*o*e.com βœ… F 2026-04-27 13:18:02
k*o*a*h*.com (WP 6.9.4) βœ… F 2026-04-27 13:18:01
p*t*i*i*c*k*s.com (WP 4.1.41) ⚠️ πŸ“‘ F 2026-04-27 13:17:10
f*l*d*n*.com βœ… D 2026-04-27 13:16:30
k*r*p*c*i.net βœ… D 2026-04-27 13:15:28
b*c*l*f*o*.com βœ… F 2026-04-27 13:15:13
o*t*o*a*.co.jp (WP 6.6.1) βœ… D 2026-04-27 13:14:51
a*g*s*a*a*u*i*e*s.com βœ… B 2026-04-27 13:14:51
f*n*d*c*r.co.th (WP 6.9.4) βœ… F 2026-04-27 13:14:50
d*e*e*l*r*k*i*e*i*.ch βœ… F 2026-04-27 13:14:30
i*a*e*.co.jp (WP 5.5.18) ⚠️ F 2026-04-27 13:13:25
g*b*i*l*u*c*u.com (WP 4.4.2) ⚠️ F 2026-04-27 13:13:24
k*o*e*e*i*e.com (WP 6.9.4) βœ… F 2026-04-27 13:13:12
k*o*y*s*r*i*e.com (WP 4.8.25) ⚠️ F 2026-04-27 13:13:12
k*o*y*-*u*k*t*u.com (WP 6.1.10) ⚠️ F 2026-04-27 13:13:12
k*o*t*k*o*s*i.com βœ… F 2026-04-27 13:13:11
i*n*n*a*e*s*r*e*.com (WP 6.8.5) βœ… F 2026-04-27 13:12:57

Top 50 Plugins

Plugin Count
elementor 2,445,231
contact-form-7 2,220,648
elementor-pro 1,379,303
woocommerce 1,143,781
revslider 827,215
js_composer 544,092
jetpack 487,323
wp-rocket 398,176
essential-addons-for-elementor-lite 370,785
header-footer-elementor 313,894
gutenberg-core 296,525
elementskit-lite 293,768
gravityforms 290,665
instagram-feed 283,026
google-analytics-for-wordpress 279,675
complianz-gdpr 275,213
google-site-kit 272,661
cookie-law-info 268,923
sitepress-multilingual-cms 240,854
bluehost-wordpress-plugin 225,598
wpforms-lite 217,902
astra-sites 210,379
litespeed-cache 192,054
gtranslate 165,117
gutenberg 161,373
cookie-notice 157,748
coblocks 155,492
the-events-calendar 140,489
popup-maker 132,457
astra-addon 120,870
bb-plugin 119,992
premium-addons-for-elementor 119,619
LayerSlider 117,351
mailchimp-for-wp 116,139
wp-smushit 115,765
tablepress 113,804
creame-whatsapp-me 105,288
duracelltomi-google-tag-manager 104,768
woocommerce-gateway-stripe 101,920
cleantalk-spam-protect 101,079
pro-elements 100,842
custom-fonts 100,795
akismet 99,711
click-to-chat-for-whatsapp 98,839
honeypot 98,360
smart-slider-3 96,900
megamenu 96,800
fusion-builder 95,419
pixelyoursite 94,312
formidable 91,967

Top 50 Themes

Theme Count
hello-elementor 791,754
Divi 651,874
astra 638,423
pub 198,997
generatepress 148,539
flatsome 148,049
Avada 145,070
h4 118,235
oceanwp 108,498
kadence 96,892
enfold 84,042
salient 81,017
bb-theme 76,055
twentytwentyfour 74,028
blocksy 70,940
twentytwentyfive 69,005
cocoon-master 68,877
betheme 66,038
twentyseventeen 65,444
dt-the7 54,654
woodmart 52,853
neve 47,768
twentytwentyone 41,438
bridge 40,735
Avada-Child-Theme 38,554
swell 36,756
gox 36,222
twentytwenty 36,033
lightning 35,692
twentytwentythree 33,905
bricks 29,400
Impreza 29,371
Newspaper 26,799
twentytwentytwo 26,445
epik-redesign 23,066
pro 21,916
storefront 21,852
extendable 21,847
uncode 21,553
twentysixteen 21,239
yith-wonder 20,232
sydney 19,913
themify-ultra 18,862
Total 17,795
twentyfifteen 16,937
porto 16,182
hestia 15,701
yootheme 14,811
thrive-theme 14,743
twentynineteen 14,661