Title: Post Featured Font Icon
Author: Kishores
Published: <strong>April 25, 2014</strong>
Last modified: May 3, 2016

---

Search plugins

![](https://ps.w.org/post-featured-font-icon/assets/banner-772x250.jpg?rev=902291)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/post-featured-font-icon_012e3d.svg)

# Post Featured Font Icon

 By [Kishores](https://profiles.wordpress.org/kishores/)

[Download](https://downloads.wordpress.org/plugin/post-featured-font-icon.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/post-featured-font-icon/#description)
 * [Reviews](https://wordpress.org/plugins/post-featured-font-icon/#reviews)
 *  [Installation](https://wordpress.org/plugins/post-featured-font-icon/#installation)
 * [Development](https://wordpress.org/plugins/post-featured-font-icon/#developers)

 [Support](https://wordpress.org/support/plugin/post-featured-font-icon/)

## Description

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](http://opentuteplus.com/post-featured-font-icon/) and
[Demo 2](http://blog.kishorechandra.co.in/project-fork-in-open-source/)

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 : babunsahoo@gmail.com .

    ```
    // 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 );
    ```

## Screenshots

[⌊screenshot-1.jpg⌉⌊screenshot-1.jpg⌉[

screenshot-1.jpg

[⌊screenshot-2.png⌉⌊screenshot-2.png⌉[

screenshot-2.png

## Installation

This very simple like other wordpress plugin: 1. Upload the plugin to the `/wp-content/
plugins/` directory 2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Place `<?php the_post_font_icon( $post_id );?>` in your templates, to print font
icon. [$post_id is optional and by default current post it]

## FAQ

  1. font-awesome is loading two times

Please deactivate your theme font-awesome css/js

## Reviews

![](https://secure.gravatar.com/avatar/419c413798ff3b4655c35da25c23265aa0f7939be227697edfd1c680e5dea072?
s=60&d=retro&r=g)

### 󠀁[Do the job](https://wordpress.org/support/topic/do-the-job-28/)󠁿

 [chorba](https://profiles.wordpress.org/chorba/) April 25, 2018

Very good plugin, light and simple.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/)

## Contributors & Developers

“Post Featured Font Icon” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Kishores ](https://profiles.wordpress.org/kishores/)

[Translate “Post Featured Font Icon” into your language.](https://translate.wordpress.org/projects/wp-plugins/post-featured-font-icon)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/post-featured-font-icon/),
check out the [SVN repository](https://plugins.svn.wordpress.org/post-featured-font-icon/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/post-featured-font-icon/)
by [RSS](https://plugins.trac.wordpress.org/log/post-featured-font-icon/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Few small Bug Fix

#### 1.0

 * Added the new plugin

## Meta

 *  Version **1.0.1**
 *  Last updated **10 years ago**
 *  Active installations **70+**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **5.1.24**
 * Tags
 * [Dashicons](https://wordpress.org/plugins/tags/dashicons/)[featured image](https://wordpress.org/plugins/tags/featured-image/)
   [font icon](https://wordpress.org/plugins/tags/font-icon/)[genericons](https://wordpress.org/plugins/tags/genericons/)
   [title](https://wordpress.org/plugins/tags/title/)
 *  [Advanced View](https://wordpress.org/plugins/post-featured-font-icon/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/post-featured-font-icon/reviews/)

## Contributors

 *   [ Kishores ](https://profiles.wordpress.org/kishores/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/post-featured-font-icon/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L5DAL9AXTAG8L)