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,921
contact-form-7 1,731,992
elementor-pro 1,027,277
woocommerce 801,288
revslider 605,916
jetpack 460,111
js_composer 423,610
wp-rocket 326,580
essential-addons-for-elementor-lite 285,691
gravityforms 258,626
complianz-gdpr 249,284
cookie-law-info 225,321
instagram-feed 223,683
google-site-kit 217,378
sitepress-multilingual-cms 216,316
google-analytics-for-wordpress 210,325
header-footer-elementor 206,193
elementskit-lite 201,071
bluehost-wordpress-plugin 189,746
gutenberg 159,668
gutenberg-core 152,038
cookie-notice 146,735
the-events-calendar 127,960
wpforms-lite 127,719
litespeed-cache 126,552
gtranslate 124,998
astra-sites 118,084
popup-maker 113,708
woocommerce-payments 111,329
tablepress 105,436
coblocks 96,011
honeypot 94,887
astra-addon 93,537
wp-smushit 91,677
all-in-one-seo-pack 91,672
duracelltomi-google-tag-manager 91,356
LayerSlider 89,929
bb-plugin 89,429
premium-addons-for-elementor 85,184
akismet 84,821
megamenu 84,306
cleantalk-spam-protect 82,609
mailchimp-for-wp 82,224
woocommerce-gateway-stripe 81,572
ml-slider 79,072
fusion-builder 78,042
ewww-image-optimizer 77,485
borlabs-cookie 76,982
formidable 76,798
wp-pagenavi 76,580

Top 50 Themes

Theme Count
hello-elementor 601,967
Divi 501,111
astra 416,054
flatsome 126,814
Avada 121,923
generatepress 116,944
pub 105,002
oceanwp 81,686
kadence 76,473
enfold 70,276
salient 65,547
twentyseventeen 54,891
bb-theme 54,407
h4 53,757
twentytwentyfour 53,084
cocoon-master 51,754
betheme 50,698
blocksy 49,384
dt-the7 45,052
twentytwentyfive 42,730
neve 38,421
Avada-Child-Theme 36,883
gox 32,952
woodmart 32,555
bridge 32,318
twentytwentyone 31,588
lightning 30,848
twentytwenty 29,429
swell 28,280
Impreza 25,757
bricks 25,426
twentytwentythree 23,650
Newspaper 22,804
sydney 20,073
voxel 19,928
twentytwentytwo 19,776
epik-redesign 19,243
uncode 18,661
twentysixteen 17,804
pro 17,629
storefront 17,530
kubio 15,120
extendable 14,432
Total 14,430
yith-wonder 13,962
sinatra 13,177
hello-theme-child-master 13,042
factory-templates-4 12,801
themify-ultra 12,745
yootheme 12,624