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

Plugin: progress-bar (Used by 520 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
c*n*a*i*-*o*f*r*n*e.com βœ… F 2026-04-28 16:26:06
m*l*s*h*i*t*.org.mx (WP 6.6.2) βœ… F 2026-04-28 15:43:13
p*b*o*m.com (WP 6.9.4) βœ… F 2026-04-28 14:20:33
m*m*t*r*c*a*o*.com (WP 6.9.4) βœ… F 2026-04-28 14:09:10
a*e*r*n*o*e*e*b*s*e*b*l*.fr βœ… F 2026-04-28 13:37:08
l*d*o*l*f*.com βœ… F 2026-04-28 12:41:27
p*i*i*b*e*e*.net (WP 6.9.4) βœ… F 2026-04-28 11:52:27
n*u*o*o*i*i*t*r*a*i*n*l.com (WP 6.9.4) βœ… B 2026-04-28 11:20:28
d*c*s*s*.com βœ… F 2026-04-28 08:43:07
m*l*e*n*a*m*y*a*.com (WP 6.9.4) βœ… F 2026-04-28 06:41:04
r*s*i*n*n*o*t*x*.com (WP 6.9.4) βœ… F 2026-04-28 06:34:36
e*s*b*y*o*e*e*y*n*.org βœ… F 2026-04-28 02:57:50
i*i*h*e*f*o*i*t*.ie βœ… F 2026-04-28 02:15:38
3*s*i*w*e*k*.org (WP 6.7.5) βœ… F 2026-04-28 01:40:55
f*e*d*r*e*e*n.freie-netzwerke.de (WP 6.9.4) βœ… F 2026-04-28 01:00:06
a*s*c*a*i*n*m*d*e*a*e.ch (WP 6.0.11) ⚠️ D 2026-04-28 00:49:48
a*u*t*c*n*u*t*n*c*.com βœ… F 2026-04-27 22:34:32
b*g*e*s*l*b*l.com (WP 6.9.4) βœ… F 2026-04-27 22:25:37
t*m*t*s*e*g*a*i*n*.com (WP 6.9.4) βœ… F 2026-04-27 21:03:40
m*n*y*c*a*h*4.de (WP 6.9.4) βœ… F 2026-04-27 20:47:29
t*e*i*e*f*a*a*l*k*.com (WP 6.9.4) βœ… F 2026-04-27 19:42:15
n*o*p*r*a*o*e*.com βœ… F 2026-04-27 19:03:33
t*e*a*n*p*o*e*t.com (WP 6.9.4) βœ… F 2026-04-27 17:20:04
t*e*p*p*s*o*.com (WP 6.9) βœ… F 2026-04-27 15:57:13
t*e*f*a*e.com (WP 6.2.9) ⚠️ F 2026-04-27 13:22:17
t*v*c*m*u*i*y.org (WP 6.9.4) βœ… F 2026-04-27 11:14:24
t*t*e*x.utahtech.edu βœ… F 2026-04-27 09:38:43
s*u*e*t*f*a*r*.utahtech.edu βœ… F 2026-04-27 09:38:43
s*h*l*r*h*p*.utahtech.edu βœ… F 2026-04-27 09:38:43
p*e*i*e*t.utahtech.edu βœ… F 2026-04-27 09:38:43
u*a*.utahtech.edu βœ… F 2026-04-27 09:38:43
h*m*n*e*o*r*e*.utahtech.edu βœ… F 2026-04-27 09:38:43
c*m*u*.utahtech.edu βœ… F 2026-04-27 09:38:43
e*p*o*e*s.utahtech.edu βœ… F 2026-04-27 09:38:43
a*m*n*s*r*t*v*.utahtech.edu βœ… F 2026-04-27 09:38:43
i*l.utahtech.edu βœ… D 2026-04-27 09:38:43
c*n*i*u*n*.utahtech.edu βœ… F 2026-04-27 09:38:43
c*n*u*r*n*.utahtech.edu βœ… F 2026-04-27 09:38:43
c*l*e*e*.utahtech.edu βœ… D 2026-04-27 09:38:43
s*f*t*.utahtech.edu βœ… F 2026-04-27 09:38:43
c*m*l*a*c*.utahtech.edu βœ… F 2026-04-27 09:38:42
p*l*c*.utahtech.edu βœ… F 2026-04-27 09:38:42
a*c*e*i*a*i*n.utahtech.edu βœ… F 2026-04-27 09:35:22
a*o*t.utahtech.edu βœ… D 2026-04-27 09:35:22
n*w*.utahtech.edu βœ… F 2026-04-27 09:35:22
o*l*n*.utahtech.edu βœ… F 2026-04-27 09:35:22
f*n*n*i*l*i*.utahtech.edu βœ… F 2026-04-27 09:35:22
s*u*e*t*.utahtech.edu βœ… F 2026-04-27 09:35:22
h*u*i*g.utahtech.edu βœ… F 2026-04-27 09:35:22
g*v*n*.utahtech.edu βœ… D 2026-04-27 09:35:22
a*u*n*.utahtech.edu βœ… F 2026-04-27 09:35:22
c*m*u*l*f*.utahtech.edu βœ… F 2026-04-27 09:35:22
a*m*s*i*n*.utahtech.edu βœ… F 2026-04-27 09:35:22
a*a*e*i*s.utahtech.edu βœ… F 2026-04-27 09:35:22
v*c*r*y*o*e*.com πŸ”“ F 2026-04-27 09:10:45
m*d*e*t*x*i*c.com βœ… F 2026-04-27 08:20:15
r*c*m*h*s*i*.de βœ… F 2026-04-27 08:13:39
n*i*u*.com (WP 6.9.4) βœ… F 2026-04-27 07:59:45
c*i*w*t*.com βœ… F 2026-04-27 06:28:54
m*d*i*e*n*t*r*v*n*.com (WP 6.9.4) βœ… F 2026-04-27 04:56:00
t*e*n*r*d*b*e*y*n*t*s*.com (WP 6.9.4) βœ… F 2026-04-27 04:30:22
i*n*.net (WP 6.9.4) βœ… F 2026-04-27 04:01:10
d*x*e*t*t*u*i*e*s*t*.com βœ… D 2026-04-27 03:12:01
d*x*e*s*a*e*u*i*e*s*t*.com βœ… D 2026-04-27 03:01:41
t*a*s*a*e*y.fund (WP 6.9.4) βœ… F 2026-04-27 02:45:51
v*i*a*e*.cz (WP 6.9.4) βœ… D 2026-04-27 02:31:46
d*v*n*t*u*h*u*.com (WP 6.9.4) βœ… D 2026-04-27 00:29:56
p*t*i*p*o*s.com βœ… F 2026-04-27 00:15:06
p*t*i*f*b*r*l*s*p*o*s.com βœ… D 2026-04-27 00:15:06
f*u*f*h*s.com (WP 6.9.4) βœ… F 2026-04-26 21:29:18
b*c*s*f*l*.no (WP 6.9.4) βœ… F 2026-04-26 20:20:13
a*i*a*b*r*g*u.com.tr βœ… F 2026-04-26 16:54:09
g*v*j*.be (WP 6.9.4) βœ… F 2026-04-26 14:01:18
s*e*t*s*e*a*i*l*.gruporiofrio.com (WP 5.4.19) ⚠️ F 2026-04-26 08:39:02
g*i*-*c*d*m*.com (WP 6.5.5) βœ… F 2026-04-26 08:28:02
t*n*a*i*l*.com (WP 6.9.4) βœ… F 2026-04-26 07:33:39
l*g*n*a*y*a*t*.net (WP 6.9.4) βœ… F 2026-04-26 06:28:13
v*t*r*n*.utahtech.edu βœ… F 2026-04-26 05:57:18
t*s*i*g.utahtech.edu βœ… F 2026-04-26 05:57:18
s*c.utahtech.edu βœ… F 2026-04-26 05:57:18
i*t*r*a*i*n*l.utahtech.edu βœ… F 2026-04-26 05:57:18
w*l*n*s*.utahtech.edu βœ… F 2026-04-26 05:57:18
c*r*e*.utahtech.edu βœ… F 2026-04-26 05:53:55
c*n*d*a*o*e*n*a*i*g.com (WP 6.9.4) βœ… F 2026-04-26 04:36:42
m*i*-*n*r*i*.groupe-maia.com πŸ”“ A 2026-04-26 03:26:08
r*s*i*d*k*.com (WP 6.9.4) βœ… F 2026-04-26 01:40:23
t*a*h*r*e*m*r*e*i*g.com βœ… F 2026-04-25 22:45:32
t*a*h*r*e*.com βœ… F 2026-04-25 22:45:32
w*b*o*k*w*l*.com βœ… F 2026-04-25 22:18:56
s*s*a*n*b*e*d*t*-*l*t*o*m.org (WP 6.8.2) βœ… F 2026-04-25 21:38:35
s*r*p*u*e*n*o*.org βœ… D 2026-04-25 09:25:25
i*t*g*a*i*e*y*t*m*.org πŸ”“ F 2026-04-25 06:11:09
f*m*e*u*i.se βœ… A 2026-04-25 05:42:05
t*y*o*s*n*a*a*.com (WP 6.8.5) πŸ”“ F 2026-04-25 04:47:48
d*a*.ie βœ… F 2026-04-25 02:13:27
s*u*a*d*o*k*.eu βœ… F 2026-04-25 01:34:03
m*t*j*h*s*n*c*o*a*s*i*.org (WP 6.9.4) βœ… F 2026-04-25 01:07:25
m*t*j*h*s*n*c*o*a*s*i*.com (WP 6.9.4) βœ… F 2026-04-24 21:27:13
a*e*-*h*m*s.info (WP 6.9.4) βœ… F 2026-04-24 19:25:20
s*m*n*r.sportrasen.net (WP 6.8.2) βœ… F 2026-04-24 19:14:35

Top 50 Plugins

Plugin Count
elementor 2,610,282
contact-form-7 2,337,644
elementor-pro 1,466,093
woocommerce 1,223,104
revslider 876,684
js_composer 572,075
jetpack 492,222
wp-rocket 416,628
essential-addons-for-elementor-lite 395,134
header-footer-elementor 338,692
gutenberg-core 324,845
elementskit-lite 318,307
instagram-feed 298,589
gravityforms 297,893
google-analytics-for-wordpress 296,326
google-site-kit 287,278
complianz-gdpr 285,637
cookie-law-info 281,352
sitepress-multilingual-cms 248,177
wpforms-lite 238,039
bluehost-wordpress-plugin 233,662
astra-sites 230,472
litespeed-cache 208,332
gtranslate 174,637
coblocks 166,711
cookie-notice 164,421
gutenberg 161,748
the-events-calendar 144,897
popup-maker 136,627
premium-addons-for-elementor 127,956
astra-addon 127,895
bb-plugin 127,337
mailchimp-for-wp 124,297
LayerSlider 123,244
wp-smushit 121,831
tablepress 117,305
creame-whatsapp-me 113,186
custom-fonts 111,825
pro-elements 109,681
duracelltomi-google-tag-manager 108,630
click-to-chat-for-whatsapp 107,419
woocommerce-gateway-stripe 107,358
cleantalk-spam-protect 105,299
akismet 103,125
smart-slider-3 102,017
honeypot 100,700
megamenu 100,333
pixelyoursite 99,994
fusion-builder 99,480
formidable 95,673

Top 50 Themes

Theme Count
hello-elementor 839,023
astra 689,331
Divi 688,815
pub 216,748
generatepress 157,433
flatsome 156,461
Avada 150,237
h4 132,621
oceanwp 115,095
kadence 102,323
enfold 87,699
salient 84,687
bb-theme 81,307
twentytwentyfour 78,539
blocksy 76,160
twentytwentyfive 74,865
cocoon-master 72,462
betheme 69,466
twentyseventeen 67,865
woodmart 57,177
dt-the7 57,157
neve 50,179
twentytwentyone 43,364
bridge 42,676
Avada-Child-Theme 39,119
swell 38,644
twentytwenty 37,532
gox 36,812
lightning 36,811
twentytwentythree 35,835
bricks 30,482
Impreza 30,440
Newspaper 28,223
twentytwentytwo 27,764
epik-redesign 23,800
extendable 22,930
pro 22,929
storefront 22,793
uncode 22,342
twentysixteen 21,929
yith-wonder 21,662
sydney 20,796
themify-ultra 20,173
Total 18,592
twentyfifteen 18,182
porto 17,103
hestia 16,520
thrive-theme 15,743
yootheme 15,443
twentynineteen 15,189