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

Plugin: banner-slider-for-advertisement (Used by 9 domains)

Banner Slider for Advertisement

👤 vipul Jariwala 📦 v1.0.2 🔗 Plugin Homepage

Banner advertisement to maximize your ad revenue by display image banners advertisement for different pages on different places.

There is not any direct WordPress action hook or filter function that allow you to insert new features like banner slider near header & footer or at any good place, so admin user/site manager should change and add plugin php code to allow site owner to display advertisement slider on front end site visitors.

**Important Note :: ** to display advertisement slider on user end, you have to edit header.php & footer.php files of current active theme. If you don’t have knowledge of PHP or WordPress code, we have display how to add with screen image from admin->Plugin Settings->Document.

Live Demo

You can find banner slider display on different pages plugin demo on our site

Different between Banner Slider and other slider plugins

  • Normal slider plugin display banners via widgets or shortcodes only for limited area.
  • While banner slider allow you to display banners for home page, category pages, tag pages & search page.
  • All pages have different places like display above & below header and above & below footer.
  • Main idea for this plugin to advertisement of banners on different places and on different pages.
  • Display banner slider as single banner or gallery slider to make page attractive.
  • So number of advertisement display possibility for your site will be more.
  • So it will chance to display more advertisement & increase advertisement revenue.
  • Like this you may earn extra money for your site.

Plugin Features

  • Screen touch slider.
  • Display 5 advertisement banners images per slider.
  • Display multiple banners(gallery) and/or single banner.
  • Display banner slider above & below header.
  • Display banner slider above & below footer.
  • Banner slider in header & footer for home page.
  • Banner slider in header & footer for post category pages.
  • Banner slider in header & footer for post tag pages.
  • Banner slider in header & footer for search page.
  • Banner slider widget to display at any widget area directly.
  • Banner images with click link URL add option.
  • Banner slider pagination & navigation (previous/next) banner option.
  • Banner slider auto play/auto slide option.
  • Banner slider infinite loop option.
  • Adjust banner slider adjust height as per banner images.
  • Fix the slider width & slide time settings option.
  • Banners for mobile show/hide.
  • Slider effects like default/slide effect and fade effect.
  • Responsive in size as per device screen size.
  • WordPress Multi-site ready.
  • Mobile friendly.

Live Demo

You can find banner slider display on different pages plugin demo on our site

How many places display advertisement banner slider

  1. Above Header
  2. Below Header
  3. Above Footer
  4. Below Footer

On which pages display advertisement banner slider

  1. Home page — above & below header and above & below footer
  2. Category pages — above & below header and above & below footer
  3. Tag pages — above & below header and above & below footer
  4. Search page — above & below header and above & below footer

How to Display Banners on front-end site

Why you should edit header.php & footer.php files??

> This is the only big question and the answer is :: every WordPress theme & child theme header.php & footer.php files have different HTML design and so we cannot say any one to add code exactly on particular line or near particular code.

Even not sure that the WordPress theme you are using have added action hook for header.php & footer.php file.

  • Step-by-step way to add banner slider code and update files.
  • Go to WordPress admin->Banner Slider(new menu added)->Plugin Settings->Document Settings.
  • See settings for display banner ABOVE and BELOW header.
  • Add the WordPress php hook code in “header.php” file.
  • Code for ABOVE header : do_action(‘wpw_banner_slider_before_header’);
  • Code for BELOW header : do_action(‘wpw_banner_slider_after_header’);
  • See settings for display banner ABOVE and BELOW footer.
  • Add the WordPress php hook code in “footer.php” file.
  • Code for ABOVE footer is : do_action(‘wpw_banner_slider_before_footer’);
  • Code for BELOW footer is : do_action(‘wpw_banner_slider_after_footer’);
  • Display banners advertisement slider in sidebar or any widget area by drag & drop widget : “Banner Slider Advertisement”

Docs & Support

You can find plugin documents, FAQ and more detailed information on wpwebs.com. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.
Still you need any help, customization or direct help – contact us

How to display banners on front-end site

There are two ways to display banner slider on front-end site
(1) Edit header.php & footer.php files by adding related action hook above & below header & footer
(2) Use widget “Banner Slider Advertisement” by drag-drop to widget area and display slider.

  • Go to WordPress admin->Banner Slider(new menu added)->Plugin Settings->Document Settings.
  • See settings for display banner ABOVE and BELOW header.
  • Add the WordPress php hook code in “header.php” file.
  • Code for ABOVE header : do_action(‘wpw_banner_slider_before_header’);
  • Code for BELOW header : do_action(‘wpw_banner_slider_after_header’);
  • See settings for display banner ABOVE and BELOW footer.
  • Add the WordPress php hook code in “footer.php” file.
  • Code for ABOVE footer is : do_action(‘wpw_banner_slider_before_footer’);
  • Code for BELOW footer is : do_action(‘wpw_banner_slider_after_footer’);
  • Display banners advertisement slider in sidebar or any widget area by drag & drop widget : “Banner Slider Advertisement”

Display banners by widget

  1. Display banner advertisement slider in widget ready sidebar.
  2. Use widget “Banner Slider Advertisement” by drag & drop widget from WordPress Admin->Appearance->Widgets->”Banner Slider Advertisement”.
  3. Select the banners slider created from WordPress Admin->Banner Slider
  4. Banner slider will display as per banner settings & there is no extra settings from widget.
  5. Just drag & drop the widget, select the banner and it done.

How to edit header.php file and add banner display code

  1. Go to WordPress Admin->Banner Slider(left menu)->Plugin Settings->Document(tab)-> See & copy code :: Display banner ABOVE and BELOW header
  2. Code for ABOVE header :
  3. Code for BELOW header :
  4. Go to WordPress Admin->Appearance(left menu)->Themes->Get Current Active Theme
  5. Go to WordPress Admin->Appearance(left menu)->Editor(only admin/super admin user can see this link)->Get current active theme selected->find “header.php”
  6. Click the header.php file so it come in editor so you can edit
  7. Find header start code. Most of case it should be like “< header ……” (see document tab image for more understanding)
  8. Add header banner code in header.php file before “< header ……” OR you may like to add the code at proper place like at below “body” tag of header.php.
  9. Find header end code. Most of case it should be like “< /header ……” (see document tab image for more understanding)
  10. Add header banner code in header.php file after “< /header ……” OR you may like to add the code at proper place like at ending of header.php.

How to edit footer.php file and add banner display code

  1. Go to WordPress Admin->Banner Slider(left menu)->Plugin Settings->Document(tab)-> See & copy code :: Display banner ABOVE and BELOW footer
  2. Code for ABOVE footer is : do_action(‘wpw_banner_slider_before_footer’);
  3. Code for BELOW footer is : do_action(‘wpw_banner_slider_after_footer’);
  4. Go to WordPress Admin->Appearance(left menu)->Themes->Get Current Active Theme
  5. Go to WordPress Admin->Appearance(left menu)->Editor(only admin/super admin user can see this link)->Get current active theme selected->find “footer.php”
  6. Click the footer.php file so it come in editor so you can edit
  7. Find footer start code. Most of case it should be like “< footer ……” (see document tab image for more understanding)
  8. Add footer banner code in footer.php file at before “< footer ……” OR you may like to add the code at proper place like at beginning of footer.php.
  9. Find footer end code. Most of case it should be like “< /footer ……” (see document tab image for more understanding)
  10. Add footer banner code in footer.php file at after “< /footer ……” OR you may like to add the code at proper place like at end of footer.php but above “body” end.
DomainExposuresHeadersLast Checked
b*e*a*n*t*c*a*g*.com (WP 6.9.4) F 2026-04-19 01:07:16
r*q*o*e*i*n.com (WP 6.8.5) F 2026-04-17 22:38:15
m*t*o*a*m*e*s.gr 2026-03-24 15:59:17
s*g*o*0.com 2025-11-10 12:14:41
s*-*a*b*d*a.com 2025-11-10 08:40:04
p*o*o*o*e*a*t.com 2025-11-09 23:00:45
n*t*o*a*p*r*s*o*e.com 2025-11-09 10:06:09
c*n*r*n*w*o*l*n*.com 2025-11-06 19:11:48
b*l*i*u.com 2025-11-06 08:40:57

Top 50 Plugins

Plugin Count
elementor 3,059,689
contact-form-7 2,679,626
elementor-pro 1,700,960
woocommerce 1,446,633
revslider 1,016,419
js_composer 651,171
jetpack 506,857
wp-rocket 467,952
essential-addons-for-elementor-lite 457,897
header-footer-elementor 405,650
elementskit-lite 382,705
gutenberg-core 373,297
google-analytics-for-wordpress 341,891
instagram-feed 341,255
google-site-kit 328,106
gravityforms 317,339
cookie-law-info 316,705
complianz-gdpr 315,836
wpforms-lite 293,095
astra-sites 286,764
sitepress-multilingual-cms 270,893
litespeed-cache 254,597
bluehost-wordpress-plugin 254,298
gtranslate 201,441
coblocks 188,234
cookie-notice 183,680
gutenberg 163,456
the-events-calendar 157,541
premium-addons-for-elementor 150,633
popup-maker 148,063
astra-addon 146,898
mailchimp-for-wp 146,882
bb-plugin 145,764
LayerSlider 139,941
wp-smushit 138,186
creame-whatsapp-me 134,703
pro-elements 133,969
custom-fonts 132,259
click-to-chat-for-whatsapp 131,530
tablepress 129,222
woocommerce-gateway-stripe 121,486
duracelltomi-google-tag-manager 119,761
smart-slider-3 117,310
royal-elementor-addons 117,064
sg-cachepress 116,675
cleantalk-spam-protect 116,337
pixelyoursite 115,109
akismet 112,000
megamenu 111,099
fusion-builder 111,077

Top 50 Themes

Theme Count
hello-elementor 964,418
astra 829,891
Divi 785,473
pub 246,901
generatepress 181,057
flatsome 178,571
Avada 165,256
h4 160,564
oceanwp 133,073
kadence 116,705
enfold 97,617
bb-theme 94,519
salient 94,513
twentytwentyfour 91,379
blocksy 91,216
twentytwentyfive 90,926
cocoon-master 86,385
betheme 79,142
twentyseventeen 74,625
woodmart 70,910
dt-the7 64,122
neve 56,497
twentytwentyone 48,766
bridge 47,933
swell 46,064
lightning 41,871
twentytwenty 41,459
twentytwentythree 41,316
Avada-Child-Theme 40,594
gox 38,490
Impreza 33,640
bricks 33,464
Newspaper 31,811
twentytwentytwo 31,339
storefront 25,735
extendable 25,637
epik-redesign 25,593
yith-wonder 25,229
pro 25,188
uncode 24,689
twentysixteen 24,060
themify-ultra 23,734
sydney 23,423
twentyfifteen 22,200
Total 20,953
porto 19,921
hestia 18,657
thrive-theme 17,746
popularfx 17,271
yootheme 17,263