Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Easy Banner

Beschreibung

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>

Installation

  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.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Easy Banner“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Easy Banner“ wurde in 1 Sprache übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Easy Banner“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Initial release.