WP-IonIcons

Quickly add ionicons to your theme.

Author:Connect Think (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.8
Plugin version:1.0.0
Added to WordPress repository:12-12-2013
Last updated:12-12-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/ConnectThink/ionicons
Total downloads:1 031
Active installs:60+
plugin download
Click to start download

Easily add ionicons support to your theme and wp-admin. Quickly add icons to your wordpress site via html, css or shortcode. Learn more, or get support on our github page.

Usage

HTML

Use icons in your posts and templates using the <i> element. First find the icon class name you wish to display and add the classes icon and the name of your icon of choice. Like so:

<i class="icon ion-chatbox"></i>

CSS

Use icons in your css with :before and :after tags. Define the content property with with the appropriate css content code and define font-family as Iconicons. Like so:

.element:before { content: '\f109'; font-family: Ionicons; font-weight: normal; font-style: normal; }

SHORTCODE

Use shortcodes in your post editor. Paste the icon class name in the name attribute.

[icon name=ion-checkmark]

Credits

Designed by @helloimben.

All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Drify, Connect Think, nor vice versa.

Plugin built and maintained by Connect Think.