How To Add Font Awesome Icons To WordPress Without A Plugin | Font Awesome 5 Tutorial

preview_player
Показать описание


My #1 Recommendation To Make a Full-Time Income Online.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

If you do not have WordPress Child Theme, here is tutorial how to do it.

Official Font Awesome:

Font Awesome Cheetsheet:

This is a great tutorial to learn:
how to use font awesome icons in wordpress
how to add font awesome icons to wordpress without a plugin
how to add font awesome icons css using cdn to wordpress menus, posts, pages and widgets!

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

#wordpresstutorial #tutorialwordpress #WPLLCommunity

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
AFFILIATE DISCLOSURE: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.

All the best,
WP Society Team!
Рекомендации по теме
Комментарии
Автор

The link doesn't work anymore, but this is the script to add to your PHP file:
function enqueue_fa_script() {
wp_enqueue_script( 'fascript', '');
}
add_action('wp_enqueue_scripts', 'enqueue_fa_script');

joeycarney
Автор

Hi and thank you for the great video. My website was build by web developers using WordPress. They didn't use the Wordpress themes but created custom modules, some of which have icons. Do you know by any chance how I can add FontAwesome icons to these custom made modules? I would like to be able to modify/add/edit them to change the existing ones ore add new ones. Thanks!

natashab