تفصیل
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.
انسٹال کرݨ
- Upload
small-caps.php
to the/wp-content/plugins/
folder. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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.
ہرہک دے سوال
- Installation Instructions
-
- Upload
small-caps.php
to the/wp-content/plugins/
folder. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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. - Upload
- Does this plugin modify the database?
-
No, it does not. So it’s safe.
ریویو
There are no reviews for this plugin.
Contributors & Developers
“Small caps” is open source software. The following people have contributed to this plugin.
حصہ پاوݨ آلے“Small caps” دا آپݨی زبان وچ ترجمہ کرو۔
ڈیویلپمنٹ وچ دلچسپی ہے؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.