Description
Initial Letter is a plugin that adds style options so you can change the size, color, and font of the first letter of each paragraph within a post. Also known as “drop cap”. You can add/remove this functionality on a per post basis the meta box in the post editor.
To do: Add option for custom Google Fonts
Screenshots
Installation
Installation
- Upload the whole
initial-letter
folder to the/wp-content/plugins/
directory. - Activate the plugin through the Plugins menu in WordPress.
- Style the initial letter from Settings > Initial Letter
FAQ
- None yet!
Reviews
Contributors & Developers
“Initial Letter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Initial Letter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.3
- Fix some warnings.
- Update screenshots.
- Ensure support for latest WordPress version.
2.2
- Fix issue where $this cannot be used in anonymous function in < PHP 5.4
2.1
- Fix PHP warning.
- Default settings on fresh plugin install.
2.0
- Move plugin to single php class.
- Add ability to add/remove per post.
- More accurate application of initial letter.
1.3
- Updates for better display and usage.
- Ability to match font on post.
- Added more font options.
- Font size up to 100px.
- Added padding right option to help dial in spacing.
1.2
Now the if ‘First Paragraph Only’ is selected the plugin will apply to the first paragraph with text. In previous releases if the first paragraph was empty or was and html element the style would not show.
1.1
Added option to apply style to First Paragraph Only.
1.0
- First one!