Easy Banner

0

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 c

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

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>