Show Font Awesome Icons In WP Post Editor

Make sure you’ve registered the stylesheet for the editor:

add_editor_style( 'http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css' );

This should be in your functions.php

https://codex.wordpress.org/Editor_Style

Leave a Comment