开发者 | kishores |
---|---|
更新时间 | 2016年5月3日 12:27 |
捐献地址: | 去捐款 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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 );
/wp-content/plugins/
directory<?php the_post_font_icon( $post_id );?>
in your templates, to print font icon. [$post_id is optional and by default current post it]Please deactivate your theme font-awesome css/js