sandywp / plugins / post-featured-font-icon
Post Featured Font Icon
it supports dashicons, genericons, font-awesome.
Ready in seconds.
v1.0.1 70+ installs WP 3.8+
What you get inside
2 screens-
screenshot-1.jpg
-
screenshot-2.png
About this plugin
Post Featured Icon: It allows to add font icons to post title, and there is option so that we can
replace post thumbnail with font icon.
It supports:
- dashicons
- genericons
- font-awesome
Please check here: Demo 1 and Demo 2
It supports post,page.But we can add to custom post types to. It provides hooks i.e icon_post_type .
Priority Support
If you are looking for more features, paid support or Custom WordPress Work, then you can hire me too. My email id : [email protected] .
// Our filter callback function
function icon_post_type_callback( $types ) {
$types = array('post', 'page', 'product');
return $types;
}
add_filter( 'icon_post_type', 'icon_post_type_callback', 10, 1 );
Questions
- 1. font-awesome is loading two times
Please deactivate your theme font-awesome css/js
sandywp / also on the shelf
Try another plugin
Menu Icons by Themeisle – Add Icons to Navigation Menus
4.9 · 100K+ installs
Add icons to WordPress navigation menus easily — pick from Font Awesome, Dashicons, image icons & more. Style menu items with…
5.0 · 600+ installs
Load the Dashicons icon font on the front-end of your site.
5.0 · 300+ installs
This plugin adds support for 18 free icon fonts (over 6000 icons).
Spin up a real WordPress site in seconds.
Test plugins, build a demo, hand a client a link — then squash it and start again. No local setup, no Docker.