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.

Small caps

Beschreibung

Encloses capitalized words with three or characters more within <abbr> </abbr> tags, so that abbr tags could be styled to display small caps—for typographical effect.

Installation

  1. Upload small-caps.php to the /wp-content/plugins/ folder.
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
  3. The following styling is now part of the plugin code:

abbr { text-transform:lowercase; font-variant:small-caps; }

Optional: If you prefer to custom-style the appearance of small caps, then, you may comment lines 27 through to 33 in the plugin file small-caps.php, and then add the custom styling in your theme’s style.css file.

FAQ

Installation Instructions
  1. Upload small-caps.php to the /wp-content/plugins/ folder.
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
  3. The following styling is now part of the plugin code:

abbr { text-transform:lowercase; font-variant:small-caps; }

Optional: If you prefer to custom-style the appearance of small caps, then, you may comment lines 27 through to 33 in the plugin file small-caps.php, and then add the custom styling in your theme’s style.css file.

Does this plugin modify the database?

No, it does not. So it’s safe.

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

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

Mitwirkende

Übersetze „Small caps“ in deine Sprache.

Interessiert an der Entwicklung?

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