sandywp / plugins / post-featured-font-icon

Post Featured Font Icon

5.0 out of 5 stars. 5.0 3 reviews

it supports dashicons, genericons, font-awesome.

Launch a sandbox with this plugin → No signup.
Ready in seconds.

v1.0.1 70+ installs WP 3.8+

your-sandbox.sandywp.com/wp-admin
Post Featured Font Icon running inside a SandyWP sandbox

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

5.0

3 reviews

  • 5 ★ 3
  • 4 ★ 0
  • 3 ★ 0
  • 2 ★ 0
  • 1 ★ 0

Ratings come from WordPress.org. SandyWP does not collect its own reviews.

sandywp / also on the shelf

Try another plugin

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.