Useful Banner Manager Plugin WordPress, Download, Install

Useful Banner Manager Plugin WordPress

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

Useful Banner Manager Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/useful-banner-manager/

How to Install Useful Banner Manager Plugin, Manually

  1. Download useful-banner-manager.zip, unzip it and upload the useful-banner-manager directory (including all files within) to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to “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 “UBM banners” box into your sidebar, configure options and save them.
  • To show the banners in a post or a page, add [useful_banner_manager 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( 'useful_banner_manager_banners' ) ) { useful_banner_manager_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 banners rotations

  • To show the banners rotations in the sidebar, go to the “Appearance”->”Widgets” panel and drag-and-drop the “UBM banners rotation” box into your sidebar, configure the options and save them.
  • To show the banners in a post or a page, add [useful_banner_manager_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( 'useful_banner_manager_banners_rotation' ) ) { useful_banner_manager_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).

Video

Screenshots

Useful Banner Manager Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *