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.

Post Featured Font Icon

वर्णन

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

स्क्रीनशॉट

  • screenshot-1.jpg
  • screenshot-2.png

स्थापना

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]

नेहमी विचारले जाणारे प्रश्न

1. font-awesome is loading two times

Please deactivate your theme font-awesome css/js

समीक्षा

एप्रिल 25, 2018
Very good plugin, light and simple.
सर्व 3 पुनरावलोकने वाचा

योगदानकर्ते आणि विकसक

“Post Featured Font Icon” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Post Featured Font Icon” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.1

  • Few small Bug Fix

1.0

  • Added the new plugin