Plugin info

Total downloads: 1,884
Active installs: 50
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/26/2021 (1764 days ago)
Added to WordPress: 10/28/2017 (8 years old)
Minimum WordPress version: 4.5
Tested up to WordPress version: 5.7.14
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1764 days ago • 1 reviews

22/100

Is Basic Banner abandoned?

Possibly abandoned (last update 1764 days ago).

Compatibility

Requires WordPress: 4.5
Tested up to: 5.7.14
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

CookieAdmin – Cookie Consent Banner
Rating 5.0/5 (2 reviews)Active installs 200,000
Image Widget
Rating 4.9/5 (287 reviews)Active installs 100,000
Ads by Quads – Adsense Ads, Banner Ads, Popup Ads
Rating 4.9/5 (1,086 reviews)Active installs 20,000
AdRotate Banner Manager – The only ad manager you'll need
Rating 4.3/5 (651 reviews)Active installs 20,000
Top Bar
Rating 4.0/5 (43 reviews)Active installs 20,000

Description

Basic Banner is a plugin that allows you to create and display banners in WordPress. This plugin creates custom post type called banner to store all the banners.

Displaying the Banner

You can display the banners by using basic banner widget. There is also a shortcode :

[basicbanner name="" class=""]

And a function for displaying banners anywhere in your theme :


Parameter $name is the banner slug and $class is the additional HTML classes for banner container. To get the banner object, you can use this function :


Override Banner Template

  1. Locate folder template in Basic Banner plugin folder (wp-content/plugins/basic-banner/template).
  2. Copy banner.php file to your theme folder under the folder called basic-banner (wp-content/themes/your-theme/basic-banner/banner.php).
  3. Modify banner.php file as you like.

Contribute on GitHub

You can contribute to this plugin via the GitHub repository.

Installation

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself.

  1. Log in to your WordPress dashboard.
  2. Go to Plugins > Add New and search “Basic Banner”.
  3. Once you’ve found our plugin, you can install it by simply clicking “Install Now”.
  4. Activate the plugin.

Manual installation

  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’.
  3. Activate the plugin.
  4. For more detail about manual installation you can read it here.

Updating

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Create a new banner

    Create a new banner

Changelog

1.1.3

  • Support WordPress 5.7.
  • Fix shortcode errors.

1.1.2

  • Fix undefined property in banner object.

1.1.1

  • Fix undefined index when creating a new banner.
  • Change banner image size in admin to full size.

1.1.0

  • Custom html classes for banner container.
  • Show thumbnail & name in banner list.
  • Add widget for displaying the banners.
  • Add shortcode for displaying the banners.

1.0.0

  • Initial Version.