Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Easy Banner

Beschrijving

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>

Installatie

  1. Upload the plugin to the /wp-content/plugins/ directory and unzip it.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Options > Easy Banner in the sidebar to enable and configure your banner.
  4. Style the banner with CSS.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Easy Banner” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Easy Banner” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “Easy Banner” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial release.