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

Plugin: progress-bar (Used by 436 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
i*c*e*i*l*h*p*o*i*t.com (WP 7.0) πŸ‘€ F 2026-07-03 06:05:17
b*a*d*x*m*.ph (WP 7.0) βœ… C 2026-07-03 04:37:12
8*w*s*e*.org βœ… F 2026-07-03 04:09:14
l*b*n*i*e*s*h*l*-*s*h*n.de (WP 7.0) πŸ‘€ F 2026-07-03 03:55:09
g*i*s*a*t.com βœ… F 2026-07-03 02:38:10
c*d*o*l*n*.org πŸ‘€ D 2026-07-03 02:17:02
s*n*i*y*e*t*o*i*g*e*v*c*.com (WP 6.8.5) πŸ‘€ F 2026-07-03 00:08:27
s*n*i*y*e*t*o*e*s.com (WP 6.8.5) πŸ‘€ F 2026-07-03 00:08:27
s*n*i*y*o*i*g*e*v*c*.com (WP 6.8.5) πŸ‘€ F 2026-07-03 00:03:12
v*s*a*.de (WP 7.0) πŸ‘€ F 2026-07-02 22:04:05
c*n*r*i*l*m*q*e*e*r*m*o*d*i*l*.com βœ… F 2026-07-02 17:08:25
i*p*o*e*f*n.com (WP 7.0) βœ… F 2026-07-02 15:44:07
c*n*r*l*c*t*s*a*e*o*i*g*e*v*c*.com (WP 6.8.5) πŸ‘€ F 2026-07-02 15:01:33
c*n*r*l*c*t*s*a*e*o*e*s.com (WP 6.8.5) πŸ‘€ F 2026-07-02 15:01:33
c*n*r*l*h*e*i*m*v*n*s*r*i*e.com (WP 6.8.5) πŸ‘€ F 2026-07-02 14:44:33
c*n*r*l*h*e*i*m*v*r*.com (WP 6.8.5) πŸ‘€ F 2026-07-02 14:44:33
s*a*i*n*r*m*m*n*u*.com (WP 7.0) πŸ‘€ F 2026-07-02 14:27:08
a*e*o*y*a*l*s*u*t*l*s.com (WP 7.0) βœ… F 2026-07-02 05:50:51
m*c*s*t*c.com (WP 7.0) βœ… F 2026-07-02 04:31:58
a*a*e*y*f*r*c*r*m*n*.com βœ… F 2026-07-02 04:01:41
a*s*i*i*.com (WP 7.0) βœ… D 2026-07-02 03:53:52
s*a*f*e*e*i*y.net (WP 7.0) πŸ‘€ F 2026-07-02 02:02:43
b*r*a*d*k*i*l*r*.com πŸ‘€ D 2026-07-01 23:26:17
p*-*a*h*.com (WP 7.0) βœ… B 2026-07-01 23:26:15
f*t*r*i*n*v*t*o*c*r*.com (WP 6.6.1) βœ… F 2026-07-01 22:10:45
h*p*r*c*s*s*e*e*r*h.org βœ… F 2026-07-01 20:45:53
n*w*t*s.ch βœ… F 2026-07-01 20:06:48
l*s*t*t*p*i*.ch (WP 7.0) πŸ‘€ F 2026-07-01 19:14:48
p*r*d*s*v*l*e*m*v*n*s*r*i*e.com (WP 6.8.5) πŸ‘€ F 2026-07-01 19:07:31
m*c*s*t*c.eu (WP 7.0) πŸ‘€ F 2026-07-01 18:45:22
l*v*-*e*e*.eu βœ… F 2026-07-01 16:41:30
w*r*n*l*.com βœ… F 2026-07-01 16:12:32
s*r*e*o*s*o*k*e*i*w*.com (WP 7.0) πŸ‘€ F 2026-07-01 11:09:46
c*i*f.ca βœ… F 2026-07-01 09:39:03
f*o*f*r*u*u*e*r*i*u*g.de (WP 7.0) βœ… B 2026-07-01 07:02:12
u*u*r*i*b*a*e*s.com βœ… F 2026-07-01 06:15:13
s*n*a*v*l*e*m*v*n*s*r*i*e.com (WP 6.8.5) πŸ‘€ F 2026-07-01 05:59:29
s*n*a*v*l*e*m*v*r*.com (WP 6.8.5) πŸ‘€ F 2026-07-01 05:59:29
u*t*c*u*i*e*s*t*.com βœ… F 2026-07-01 05:46:25
u*t*c*s*r*i*e*.com βœ… F 2026-07-01 05:46:25
u*t*c*p*o.com βœ… F 2026-07-01 05:46:25
u*t*c*a*h*e*i*s.com βœ… F 2026-07-01 05:46:25
h*i*a*v*r*i*-*o*k*m.de πŸ‘€ D 2026-07-01 05:06:21
u*p*l*t*c*n*c*n*v*r*i*y.com βœ… F 2026-07-01 04:37:26
c*l*u*.c*m.pl (WP 6.8.2) βœ… F 2026-07-01 04:11:12
f*r*i*u*e*o*m*n*t*o*t*e*c*.org πŸ‘€ F 2026-07-01 03:07:52
u*e*h*r*i*b*a*e*s.com βœ… F 2026-07-01 02:35:03
u*e*h*r*i*.com βœ… F 2026-07-01 02:32:38
u*a*u*i*e*s*t*o*t*c*n*l*g*.com βœ… F 2026-07-01 01:51:38
u*a*t*a*l*l*z*r.com βœ… F 2026-07-01 01:51:38
u*a*t*c*t*a*l*l*z*.com βœ… F 2026-07-01 01:49:06
u*a*u*i*e*s*t*t*a*l*l*z*r*.com βœ… F 2026-07-01 01:48:48
n*c*b*r*n*e*.at βœ… D 2026-06-30 23:56:23
i*b*m*i*o*i*m*e*t*o.com (WP 6.9.4) πŸ‘€ F 2026-06-30 21:19:43
o*e*a*o*o*a*o.org βœ… F 2026-06-30 19:50:21
g*e*.org (WP 7.0) βœ… F 2026-06-30 16:23:22
g*o*a*c*a*l*n*e.org (WP 7.0) βœ… F 2026-06-30 16:18:46
c*y*t*l.kitchen (WP 6.9.4) πŸ‘€ F 2026-06-30 15:57:02
p*s*u*o*i*.com (WP 7.0) βœ… B 2026-06-30 15:09:01
j*r*c*p*n*i*g*o*.com (WP 6.7.5) πŸ‘€ F 2026-06-30 06:58:03
f*i*l*s*e*.at βœ… F 2026-06-30 06:04:41
s*i*h*i*g*m*r*v*.nl (WP 7.0) πŸ‘€ F 2026-06-30 04:32:22
b*t*a*n*.org (WP 7.0) βœ… F 2026-06-30 04:16:07
c*s*e*s*e*c*e*h*p.com (WP 6.9.4) πŸ‘€ F 2026-06-30 02:36:34
l*g*n*a*y*a*t*.net (WP 7.0) πŸ‘€ F 2026-06-30 01:43:21
d*v*d*e*n*r.org (WP 7.0) βœ… F 2026-06-30 00:28:50
s*o*t*a*e*s*m*n*r.de βœ… F 2026-06-29 13:52:04
w*e*.org βœ… F 2026-06-21 22:01:39
l*t*l*p*r*o*f*r*.org (WP 4.8.1) ⚠️ F 2026-06-21 21:27:07
e*n*r*.nl (WP 7.0) πŸ‘€ F 2026-06-20 03:55:35
s*k*l*s*a*z*n*.eu (WP 6.9.4) βœ… F 2026-06-19 22:38:54
f*e*a*h*l*.c*.za (WP 7.0) βœ… F 2026-06-19 09:25:03
m*e*m*u*e*.org (WP 7.0) πŸ‘€ F 2026-06-19 04:02:44
b*i*s*i*d*m*a.org (WP 4.8.1) ⚠️ F 2026-06-18 15:48:48
g*l*l*.org (WP 4.8.1) ⚠️ F 2026-06-18 15:48:48
m*s*i*.cl (WP 6.9.4) βœ… F 2026-06-17 05:04:16
o*k*o*d*4.com βœ… F 2026-06-16 03:51:45
m*e*m*u*e*.com (WP 7.0) βœ… F 2026-06-15 23:23:10
p*r*n*s*o*f*t*r*-*i*l*f*l*.de (WP 6.1.10) ⚠️ πŸ‘€ F 2026-06-15 19:01:12
e*n*a*g*n*l*c*-*e*e*.de βœ… F 2026-06-15 13:34:57
s*i*h*i*g*r*e*e*e*n*.nl (WP 7.0) πŸ‘€ F 2026-06-13 20:34:24
s*r*s*e*k*n*e*-*e*e*a*.de (WP 6.5.8) πŸ‘€ F 2026-06-13 14:33:30
c*a*h*m*e*r*c*.info βœ… F 2026-06-13 05:22:56
l*u*c*p*d*a*t*c*u*.org (WP 6.9.4) βœ… F 2026-06-13 01:07:49
c*r*b*n*e*s.ch βœ… D 2026-06-12 22:17:54
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
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
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
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

Top 50 Plugins

Plugin Count
elementor 1,780,332
contact-form-7 1,761,643
elementor-pro 1,056,820
woocommerce 818,776
revslider 612,633
jetpack 458,530
js_composer 422,984
wp-rocket 341,876
essential-addons-for-elementor-lite 266,765
complianz-gdpr 259,646
gravityforms 258,161
google-site-kit 232,552
cookie-law-info 230,233
instagram-feed 226,206
sitepress-multilingual-cms 211,819
header-footer-elementor 208,625
google-analytics-for-wordpress 207,114
bluehost-wordpress-plugin 192,856
elementskit-lite 181,864
gutenberg 167,592
cookie-notice 150,197
litespeed-cache 143,612
gtranslate 125,988
wpforms-lite 125,273
the-events-calendar 123,092
gutenberg-core 122,997
astra-sites 114,526
popup-maker 110,539
woocommerce-payments 110,325
tablepress 102,388
honeypot 98,272
astra-addon 94,440
coblocks 92,747
wp-smushit 91,567
duracelltomi-google-tag-manager 90,773
layerslider 90,048
all-in-one-seo-pack 89,708
bb-plugin 87,420
akismet 85,434
premium-addons-for-elementor 85,009
cleantalk-spam-protect 83,233
ml-slider 83,048
mailchimp-for-wp 82,495
megamenu 80,748
woocommerce-gateway-stripe 80,023
jet-engine 77,896
fusion-builder 77,691
ewww-image-optimizer 76,778
smart-slider-3 76,696
wp-pagenavi 76,624

Top 50 Themes

Theme Count
hello-elementor 623,749
Divi 499,945
astra 417,467
flatsome 137,507
Avada 122,020
generatepress 115,394
pub 85,688
oceanwp 81,186
kadence 79,284
enfold 69,387
salient 65,646
twentyseventeen 54,578
bb-theme 53,624
betheme 52,617
twentytwentyfour 52,381
blocksy 51,225
cocoon-master 49,280
dt-the7 45,668
twentytwentyfive 44,900
h4 42,746
woodmart 41,862
neve 38,404
Avada-Child-Theme 37,071
gox 36,283
bridge 31,655
twentytwentyone 30,482
lightning 29,891
twentytwenty 28,889
swell 27,934
bricks 26,543
Impreza 26,195
Newspaper 24,353
twentytwentythree 22,202
epik-redesign 19,222
twentytwentytwo 18,917
uncode 18,672
twentysixteen 17,669
pro 17,627
sydney 16,679
storefront 16,445
Total 14,542
hello-theme-child-master 14,047
factory-templates-4 13,726
extendable 13,073
themify-ultra 13,026
hestia 12,679
yootheme 12,627
yith-wonder 12,369
porto 12,045
twentyfifteen 11,873