Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Post Featured Font Icon

Opis

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

Snimke zaslona

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

Instalacija

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]

ČPP

1. font-awesome is loading two times

Please deactivate your theme font-awesome css/js

Recenzije

Pročitajte sve 3 recenzije

Suradnici i Programeri

“Post Featured Font Icon” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Post Featured Font Icon” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.1

  • Few small Bug Fix

1.0

  • Added the new plugin