Post Featured Font Icon

Post Featured Font Icon Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 4,846 downloads
Post Featured Font Icon Icon

Try plugin: Post Featured Font Icon

We'll create fresh WordPress site with Post Featured Font Icon installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Post Featured Font Icon

it supports dashicons, genericons, font-awesome.

3


0


0


0


0

updated: 8 years ago
since: 10 years ago
author: Kishore

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