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.

Small caps

Beschrijving

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.

Installatie

  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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Small caps” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Small caps” naar jouw taal.

Interesse in ontwikkeling?

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