Skip to content

Webcare Banner Manager

Webcare Banner Manager

Contributors: rehan@webcare.pk
Tags: banner manager, ads manager, banner, banners, ads, advertisement, buddypress
Requires at least: 4.2
Tested up to: 4.8

This banner manager plugin helps to manage the banners easily over the WordPress blog. It works with BuddyPress too.

Download

Click Here to Download

Description

There are many WordPress blogs which have or need to have banners on them. So a banner manager plugin is very useful for those blogs. This plugin is created for it. The plugin helps to manage the banners over the WordPress blog. It is very easy to use. Try it and be assured.

P.S.

Wishing you to earn much money by banners advertising. 🙂

Translations

  • Español – Thanks to Maria Ramos from [Webhostinghub.com](http://webhostinghub.com/)
  • Français – Thanks to Therese Lachance
  • Urdu – Thanks to Rehan Anis

[Plugin Homepage](http://www.webcare.pk/webcare-banner-manager/)

Installation

  1. Download wbm.zip, unzip it and upload the wbm directory (including all files within) to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to “Webcare Banner Manager” panel and add banners.

Add banners

  • To show the banners in the sidebar, go to the “Appearance”->”Widgets” panel and drag-and-drop the “WBM banners” box into your sidebar, configure options and save them.
  • To show the banners in a post or a page, add [wbm banners=2,6 count=1] (where the numbers 2 and 6 (banners=2,6) are the IDs of the banners which would be shown, the number 1 (count=1) is the count of the banners which would be shown) into the post or the page.
  • Also the banners can be shown by adding `<?php if ( function_exists( ‘wbm_banners’ ) ) { wbm_banners( ‘2,6’, 1 ); } ?>` (where the first argument (‘2,6′) is a string of the banners’ IDs, separated by commas, and the second argument is the banners’ count which would be shown).

Add Rotating Banners

  • To show the banners rotations in the sidebar, go to the “Appearance”->”Widgets” panel and drag-and-drop the “WBM banners rotation” box into your sidebar, configure the options and save them.
  • To show the banners in a post or a page, add [wbm_banner_rotation banners=2,6 interval=5 width=468 height=60 orderby=rand] (where the numbers 2 and 6 (banners=2,6) are the IDs of the banners which would be shown, the number 5 (interval=1) is the seconds of the delay between banners rotations, the numbers 468 and 60 are the width and height of the banners which will be rotating and set “orderby” option to “rand” to show the banners in random order or “order” (orderby=rand or orderby=order)) into the post or the page.
  • Also the banners rotations can be shown by adding `<?php if ( function_exists( ‘wbm_banners_rotation’ ) ) { wbm_banners_rotation( ‘2,6’, 5, 468, 60, ‘rand’ ); } ?>` (where the first argument (‘2,6′) is a string of the banners’ IDs, separated by commas, the second argument (5) is the seconds of the delay between banners rotations, the third and forth arguments (468 and 60) are the width and height of the banners which will be rotating and put the fifth argument (‘rand’), which is optional, to show the banners in random order).

Frequently Asked Questions

For questions contact with the plugin author – [Rehan Anis](http://webcare.pk/contact-us/)

Screenshots

Changelog

  • 1.2:
    • Changed the plugin to use wordpress media library instead of handling file upload itself
  • 1.1
    • Added banner pause on mouse hover.
    • Added Navigation links (arrows) visible only on mouse hover.