Easy Banner

Plugin for creating and displaying a simple banner.

Author:Paul Schreiber (profile at wordpress.org)
WordPress version required:5.5
WordPress version tested:5.5.14
Plugin version:1.0
Added to WordPress repository:14-08-2020
Last updated:14-08-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:500
plugin download
Click to start download

This plugin adds the ability to show a banner at the top of your page. You must style the banner yourself.

It generates markup like this:

<section class="easy-banner">
  <div class="easy-banner-wrapper">
    <p>
      <b class="easy-banner-title">Some title</b>
      <span class="easy-banner-description">Some description</span>
      <a class="easy-banner-link" href="http://www.example.com/">Some link text</a>
    </p>
  </div>
</section>

ChangeLog