You’ll learn two different ways to do this. The first uses a plugin, and the second one doesn’t.
Using a plugin
- Login to your WordPress blog and navigate to the Dashboard administration panel.
- Install TinyMCE Advanced plugin.
- Expand the Settings panel and click on TinyMCE Advanced. Now you are in the plugin’s configuration screen.
- Drag the Styles button to your editing toolbar.
- Click Save changes
- Navigate to the post or page you want to edit. Make sure you are using the visual editor.
- Highlight the character you want to format as a drop cap. Go up to the toolbar and click the Styles dropdown button. Scroll down through the styles til you find drop_cap.
- Click it
- Click Update Post
Not using a plugin
- Navigate to the post or page you want to edit. Make sure you are using the HTML editor.
- Type:
<span class=drop_cap>character you want to format goes here</span> - Click Update Post

