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

Plugin: progress-bar (Used by 560 domains)

Progress Bar

πŸ‘€ Chris Reynolds πŸ“¦ v2.2.4 πŸ”— Plugin Homepage

This plugin does one thing: it creates a simple (but nice-looking) CSS3 progress bar that you can style with your own CSS and use wherever you want with a simple shortcode. Now with support for custom colors and gradients.

To add a progress bar to a post or a page, simply use this shortcode:

[wppb progress=50]

where β€œ50” in the example above is a progress bar that is 50% complete. Β Simple, lightweight, cross-browser compatible (degrades nicely for browsers that don\’t support CSS3).

For more examples and full descriptions of all the available options, click on the options tab.

For demos of each of the options, go here: https://progressbar.jazzsequence.com

Options

This page describes all the available parameters for the shortcode. These can be used in any combination. The only required parameter is progress. All parameters are case-sensitive (e.g. β€œprogress” will work but β€œProgress” will not).

progress (required)

This determines how full the progress bar will be. Progress can be in 2 forms, either a number (0-100), in which case it will be interpreted as a percentage, or as a fraction (e.g. 25/100). Since 1.1, you can also use dollar signs (e.g. $63/$180), for example to create a fundraising progress bar. If using dollar signs, you only need to add a dollar sign to one or the other of the two values (e.g. 63/$180 or $63/180) β€” the plugin will output either option the same ($63/$180). Your progress can go over, too (e.g. 150/100 or 123%), but your mileage may vary for the display. It’s not recommended to use this with the fullwidth option, for example, because your progress will spill outside of your main body container.

Examples

[wppb progress=50] A progress bar that is 50% complete

[wppb progress="50/100"] A progress bar that is 50/100 complete

[wppb progress="$45/$50"] A dollar value progress bar that is $45/$50 complete

[wppb progress=110] A progress bar that has gone over 100%

[wppb progress=150/100] A progress bar that has exceeded its goal

[wppb progress=$125/100] A fundraising-style progress bar that has exceeded the goal

option

This adds one of several supported options to the progress bar. For those that know CSS, new β€œoptions” can be added simply by adding new styles to your style.css. See the Frequently Asked Questions page for more information on creating new CSS classes. Options can be combined by wrapping them in quotes in the shortcode. The progress bar will naturally have an inner shadow applied to it. The flat option was added to remove the shadow and display a β€œflat” color, best when used in conjunction with the color parameter.

Supported values: candystripe, animated-candystripe, red, orange, green, yellow, flat

Examples

[wppb progress=50 option=red] Displays a red progress bar

[wppb progress=50 option="animated-candystripe green"] Displays a green progress bar with an animated candystripe

[wppb progress=50 option="candystripe orange"] Displays an orange progress bar with a static candystripe

[wppb progress=50 option=candystripe] Displays a default progress bar (blue) with a static candystripe

[wppb progress=50 option=flat color=red] Displays a red progress bar with no inner shadow or gradient

[wppb progress=50 option="flat candystripe" color=gray] Displays a gray progress bar with no inner shadow or gradient and a static candystripe

location

Displays the percentage, text or fraction either inside or outside the progress bar.
Note: It is not recommended to use location=after if you are displaying a progress bar that exceeds its goal.

Supported values: inside, after

Examples

[wppb progress=50 option=red location=after] Displays a red progress bar with the progress displayed to the right of the progress bar.

[wppb progress=50 option="red candystripe" location=inside] Displays a red progress bar with a static candystripe and the progress displayed inside the progress bar.

[wppb progress=85 location=after text="foo"] Displays a progress bar with the text "foo" displayed after the progress bar.

text

Displays arbitrary text instead of the progress bar. Can be used with the location parameter to define whether the text appears inside or outside the progress bar (default is inside). Must be used inside double quotes. HTML code is stripped from the final output.

Supported values: any plain text string

Examples

[wppb progress=75 text="My awesome text"] Displays "My awesome text" inside a 75% progress bar.

[wppb progress=85 location=after text="foo"] Displays "foo" after an 85% progress bar

[wppb progress=85 location=inside text="hello!"] Displays "hello!" inside an 85% progress bar (note, default location for text is inside, so it isn't required to specify "inside").

fullwidth

Makes the progress bar take up 100% of the container. (Good for responsive layouts.) Not recommended for progress bars that exceed their goal.
Note: As of 2.2.4, fullwidth will only take truthy values. Previously, it would accept any value, e.g. fullwidth=foo would output the same as fullwidth=true. This is no longer the case.

Supported value: true

Examples

[wppb progress=50 fullwidth=true] Displays a full-width (responsive) progress bar

[wppb progress=50 fullwidth=foo] Identical to the above progress bar

color

Defines a color for the progress bar. This is useful for creating new progress bar colors on the fly without having to edit CSS. Cannot be used in conjunction with any of the pre-existing color options (red, yellow, orange or green).

Supported values: any hexadecimal color value, any rgb/rgba color value, any css-supported color name

Examples

[wppb progress=50 color=rgb(123,50,87)]

[wppb progress=55 color=rgba(123,64,99,0.3)]

Note: Since the background color for the progress bar is dark gray, any opacity applied to the rgba color will make the color darker, since it’s adding to the dark gray background.

[wppb progress=22 color=#ff3257]

[wppb progress=68 color=lightYellow]

endcolor

Defines an end color for a custom gradient when used with color.

Supported values: any hexadecimal color value, any rgb/rgba color value, any css-supported color name

Examples

[wppb progress=72 color=turquoise endcolor=teal]

[wppb progress=83 color=#ff2222 endcolor=#ff9984]

[wppb progress=50 color=rgb(203,96,179) endcolor=rgb(173,18,131)]

gradient

Determines an end-color on the fly for a gradient based on the color parameter. As such, gradient requires color to be present, otherwise the color and gradient will be set to the default color (blue). Cannot be used in conjunction with any of the pre-existing color options (red, yellow, orange or green). When using gradient the color value must be in hexadecimal form.

Supported values: any positive or negative decimal value from 0.0 to 1.0 or -1.0.

Examples

[wppb progress=22 color=#ff0000 gradient=0.2] Displays a red progress bar that gets lighter at the bottom

[wppb progress=22 color=#ff0000 gradient=-0.2] Displays a red progress bar that gets darker at the bottom

This does not work:

[wppb progress=34 color=rgb(22,18,99) gradient=0.2]
DomainExposuresHeadersLast Checked
t*n*e*t*n*a.it (WP 6.8.5) βœ… F 2026-06-12 17:06:32
w*y*e*l*t*.com (WP 7.0) βœ… F 2026-06-12 16:59:49
h*m*n*t*e*.u*a*t*c*.edu βœ… F 2026-06-12 14:18:20
d*n*e.u*a*t*c*.edu βœ… F 2026-06-11 11:39:02
c*i*a*e*w*e*-*i*l*f*l*.de (WP 5.8.13) ⚠️ F 2026-06-10 08:02:16
a*j*.c*m.au βœ… F 2026-06-10 01:01:03
p*y*i*i*n*.com (WP 6.2.2) ⚠️ πŸ”“ F 2026-06-09 10:42:10
g*b*.su (WP 7.0) βœ… F 2026-06-08 22:33:30
t*n*o*o.m*o*i.nz (WP 7.0) βœ… F 2026-06-07 05:43:46
g*m*d*v*o*i*e.sk (WP 6.5.8) βœ… F 2026-06-07 05:15:15
f*t*i*h*.in (WP 6.9.4) βœ… F 2026-06-07 02:41:55
v*i*n*e*v*n*m*a.be (WP 5.6.17) ⚠️ F 2026-06-06 23:56:43
b*e*s*u*.com βœ… F 2026-06-06 21:31:10
p*e*d*g*a*e*h*f.de (WP 6.9.4) βœ… F 2026-06-06 16:11:36
p*t*t*o*.m*g.o*g.il (WP 6.9.4) βœ… D 2026-06-05 18:24:28
f*h*r*.com (WP 6.9.4) βœ… F 2026-06-04 05:56:52
m*m*t*r*c*a*o*.com (WP 6.9.4) βœ… F 2026-06-04 02:58:05
a*a*e*t*e*a*i*n*.com βœ… F 2026-06-03 19:59:36
a*o*d*l*m*v*n*s*r*i*e.com (WP 6.8.5) βœ… F 2026-06-03 16:14:26
a*o*d*l*m*v*r*.com (WP 6.8.5) βœ… F 2026-06-03 16:14:26
a*o*t*c*n*d*.com (WP 7.0) βœ… F 2026-06-03 16:00:21
i*e*l*h*i*e*n*u*a*c*.com βœ… F 2026-06-03 11:16:02
i*i*h*e*f*o*.w*e*g*n*p*w*r*d.com βœ… F 2026-06-03 10:59:10
m*t*j*h*s*n*c*o*a*s*i*.com (WP 6.9.4) βœ… F 2026-06-03 09:26:40
f*a*k*u*t.com (WP 6.9.4) βœ… F 2026-06-03 07:41:39
c*a*d*e*m*v*n*s*r*i*e.com (WP 6.8.5) βœ… F 2026-06-03 07:39:35
a*t*o*.b*d*s*h*e*e*.de (WP 7.0) βœ… F 2026-06-03 07:20:32
t*e*c*a*i*n*l*r*f*e*.com (WP 6.9.4) βœ… F 2026-06-03 03:38:13
m*r*e*i*g*u*e*h*r*.com (WP 7) βœ… F 2026-06-03 02:09:00
m*d*e*t*x*i*c.com βœ… F 2026-06-03 01:53:29
m*d*i*e*n*t*r*v*n*.com (WP 7.0) βœ… F 2026-06-02 23:09:32
i*p*s*e*h*o*.com (WP 6.6.5) βœ… F 2026-06-02 20:19:17
f*u*d*t*o*i*p*o*e.com (WP 7.0) βœ… F 2026-06-02 14:47:35
d*h*r*v*c*h*n*.com (WP 6.1.1) ⚠️ F 2026-06-02 05:26:54
y*u*g*t*w*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
w*s*l*f*y*t*e.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
t*f*i*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
t*m*e.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
s*l*m.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
r*c*e*t*r.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
r*l*i*h.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
n*r*a*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
n*c.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
m*s*i*g*m.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
l*n*a*t*r.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
k*n*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
i*d*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
h*u*t*n.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:38
g*a*d*a*i*s.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
u*g*o*a*c*n*e*t*o*s.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
e*s*l*n*i*g.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
d*y*o*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
c*e*e*a*d.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
c*n*y.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
c*i*a*o.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
c*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
b*a*k*b*r*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
a*h*n*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
a*l*n*t*n.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
a*n*r*o*.i*i*a*t*e*s.org (WP 6.7.5) βœ… F 2026-06-02 03:42:37
t*e*i*e*f*a*a*l*k*.com (WP 7.0) βœ… F 2026-06-02 03:10:54
t*e*a*n*p*o*e*t.com (WP 7.0) βœ… F 2026-06-02 00:38:20
s*l*r*a*t*e*l*y.com (WP 3.9.27) ⚠️ F 2026-06-01 15:09:00
l*b*n*i*e*s*h*l*-*e*h*a.de (WP 7.0) βœ… F 2026-06-01 13:29:33
c*d*o*l*n*.b*c*n.net βœ… F 2026-06-01 12:36:03
t*e*n*r*d*b*e*y*n*t*s*.com (WP 7.0) βœ… F 2026-06-01 11:28:04
a*o*n*-*h*-*o*l*-*y*b*k*.blog βœ… F 2026-06-01 11:24:56
h*p*.s*v*n*i*n*c*n*e.org βœ… F 2026-06-01 10:45:45
s*u*y*b*o*d.u*a*t*c*.edu βœ… F 2026-06-01 05:00:53
d*a*o*s*o*n.com (WP 6.8.5) βœ… C 2026-06-01 02:00:58
e*d*w*e*t.n*u.ru (WP 6.0.12) ⚠️ F 2026-06-01 01:08:09
i*e*g*l*a*o.com (WP 5.7.2) ⚠️ F 2026-06-01 00:40:48
p*i*e*i*e*o*k*d*.com βœ… D 2026-05-31 23:21:54
p*i*e*i*e*f*e*s*h*o*.com βœ… D 2026-05-31 23:17:46
h*p*r*a*s.net βœ… F 2026-05-31 21:57:05
u*a*g*o*i*s.ru (WP 5.6.17) ⚠️ F 2026-05-31 19:14:29
m*e*z*a*s*1*.de (WP 7.0) βœ… F 2026-05-31 12:44:29
d*a*o*s*o*n.info (WP 6.8.5) βœ… C 2026-05-31 12:43:20
t*a*h*r*e*m*r*e*i*g.com βœ… F 2026-05-31 12:41:33
t*a*h*r*e*.com βœ… F 2026-05-31 12:41:33
n*w*i*e*m*v*n*s*r*i*e.com (WP 6.8.5) βœ… F 2026-05-31 10:16:07
n*w*i*e*m*v*r*.com (WP 6.8.5) βœ… F 2026-05-31 10:16:07
p*e*c*t*v*l*e*m*v*r*.com (WP 6.8.5) βœ… F 2026-05-31 02:33:18
p*e*c*t*m*v*n*s*r*i*e.com (WP 6.8.5) βœ… F 2026-05-31 02:29:01
f*u*f*h*s.com (WP 7.0) βœ… F 2026-05-31 02:11:55
s*i*t*a*e*s*h*o*.net (WP 6.9.4) βœ… D 2026-05-31 02:05:01
s*o*-*o*s*l.de (WP 6.8.2) βœ… F 2026-05-30 23:42:18
t*y*o*s*n*a*a*.com (WP 6.8.5) πŸ”“ F 2026-05-30 18:33:46
v*t*f*r*.com βœ… F 2026-05-30 17:06:41
a*l*b*u*b*i*d*n*m*n*g*m*n*.c*m.au (WP 6.9.4) βœ… F 2026-05-30 15:21:28
a*a*e*t*e*a*i*n*.org βœ… F 2026-05-30 12:08:30
n*u*o*o*i*i*t*r*a*i*n*l.com (WP 7.0) βœ… B 2026-05-30 11:02:21
d*n*t*o*m*v*r*.com (WP 6.8.5) βœ… F 2026-05-30 09:59:09
i*v*s*b*e*m*i*e*u*l*s*i*g.com (WP 7.0) βœ… A 2026-05-30 09:22:16
v*s*o*s*u*h*m*r*c*.com βœ… F 2026-05-30 07:58:11
c*n*a*i*-*o*f*r*n*e.com βœ… F 2026-05-30 07:15:08
i*z.si (WP 6.7.1) βœ… F 2026-05-30 05:01:19
v*s*o*-*u*a*e*i*a.com βœ… F 2026-05-30 04:33:55
v*s*o*-*o*t*a*e*i*a.com βœ… F 2026-05-30 04:33:55
a*l*g*e*y*a*d*r*s*.org (WP 6.8) βœ… A 2026-05-30 01:42:25

Top 50 Plugins

Plugin Count
elementor 1,804,676
contact-form-7 1,774,647
elementor-pro 1,052,070
woocommerce 818,340
revslider 619,144
jetpack 467,731
js_composer 433,323
wp-rocket 334,871
essential-addons-for-elementor-lite 294,324
gravityforms 267,431
complianz-gdpr 257,450
cookie-law-info 231,984
instagram-feed 228,564
google-site-kit 222,556
sitepress-multilingual-cms 221,752
google-analytics-for-wordpress 214,471
header-footer-elementor 210,692
elementskit-lite 207,322
bluehost-wordpress-plugin 190,863
gutenberg 162,584
gutenberg-core 159,846
cookie-notice 151,934
the-events-calendar 131,901
litespeed-cache 131,432
wpforms-lite 129,761
gtranslate 128,218
astra-sites 119,760
popup-maker 116,331
woocommerce-payments 113,135
tablepress 109,632
coblocks 99,799
honeypot 97,660
astra-addon 95,518
duracelltomi-google-tag-manager 93,815
wp-smushit 93,763
all-in-one-seo-pack 93,505
LayerSlider 91,849
bb-plugin 90,940
premium-addons-for-elementor 87,068
megamenu 86,751
akismet 86,190
cleantalk-spam-protect 84,014
mailchimp-for-wp 83,922
woocommerce-gateway-stripe 83,240
ml-slider 81,279
fusion-builder 79,819
borlabs-cookie 79,764
ewww-image-optimizer 79,228
wp-pagenavi 79,010
formidable 78,217

Top 50 Themes

Theme Count
hello-elementor 617,059
Divi 511,773
astra 424,516
flatsome 134,423
Avada 124,557
generatepress 120,600
pub 110,164
oceanwp 83,645
kadence 78,687
enfold 71,972
salient 66,826
twentytwentyfour 59,044
h4 56,523
twentyseventeen 56,327
bb-theme 55,346
cocoon-master 52,131
betheme 51,975
blocksy 50,852
dt-the7 46,271
twentytwentyfive 43,949
neve 39,466
Avada-Child-Theme 37,700
gox 33,497
woodmart 33,358
bridge 32,952
sydney 32,697
twentytwentyone 32,175
lightning 31,481
twentytwenty 30,111
swell 28,627
Impreza 26,527
bricks 26,071
twentytwentythree 24,067
Newspaper 23,540
voxel 22,441
twentytwentytwo 20,010
epik-redesign 19,274
sinatra 19,268
kubio 19,196
uncode 19,156
twentysixteen 18,262
storefront 17,916
pro 17,884
Total 14,759
extendable 14,627
yith-wonder 14,051
hello-theme-child-master 13,391
themify-ultra 13,012
yootheme 12,981
factory-templates-4 12,937