it supports dashicons, genericons, font-awesome.
As of April 2026, Post Featured Font Icon is a WordPress title plugin with 80 active installations and a 5/5 rating from 3 reviews. It has been downloaded 5.5K+ times in total. Requires WordPress 3.8+ and PHP false+. Available on WordPress.org since 2014. Last updated 9 years ago — may have compatibility concerns. Top alternative: Title Remover.
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:
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 );
| WordPress | 3.8+ requiredTested up to 5.1.22 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.