On the page that loads, copy the code snippet from underneath the iconAdd that code snippet to the place on your WordPress site where you want to use the icon. Make sure you use the Text tab if you’re using the WordPress editor.And just like that, you should have your icon: … [Read more...] about How To Add Font Awesome Icons To WordPress: 3 Easy Methods
Font awesome which version
Font Awesome 5.2 Adds 372 New Icons, Introduces Automotive and Education Categories
Font Awesome support for Gutenberg is going to be fairly important, as hundreds of thousands of websites are using plugins like Better Font Awesome, Font Awesome Shortcodes, and Font Awesome for Menus to allow users to add icons to content and menus. Currently there are no Gutenberg-compatible plugins for adding Font Awesome icons to content. … [Read more...] about Font Awesome 5.2 Adds 372 New Icons, Introduces Automotive and Education Categories
How to add crossorigin and integrity to wp_register_style? (Font Awesome 5)
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"> So I need to find out how I can add both the integrity and crossorigin to wp_register_style, I have tried but my attempts to use wp_style_add_data have failed, it would seem that this method only supports conditional, rtl and suffix, alt and title. … [Read more...] about How to add crossorigin and integrity to wp_register_style? (Font Awesome 5)
How to Add Font Awesome Icons to WordPress Menus
The Font Awesome 4 Menus plugin was created by the folks at New Nine and you can check out a live example on their website. The plugin loads one minified stylesheet (18kb) to load the fonts, so you shouldn’t experience a performance hit on desktop or mobile if you opt to use the icon font on your site. I tested it last night and found that it works just as expected. Download Font Awesome 4 Menus for free from the WordPress plugin repository. … [Read more...] about How to Add Font Awesome Icons to WordPress Menus
How to add Font Awesome 5 icons in WP Admin dashboard menu?
If you are currently using or looking to start using Font Awesome in your theme to get icons for your dashboard menu, but the icons you are wanting to use are in Font Awesome 5 and the version 4 implementation isn't working for newer icons. You might have been asking yourself the same question I have... … [Read more...] about How to add Font Awesome 5 icons in WP Admin dashboard menu?