Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dragan Nikolic

    (@nikolicdragan)

    Hi,

    We really don’t have time for that now, but we do plan on implementing Genericons some time in the near future.

    If you need help customizing, you can find it at http://jobs.wordpress.net

    Thread Starter siskoto

    (@siskoto)

    Hello, I just wanted to let you know that I have managed to add font awesome icons to the author box without changing the php code. I added few lines to my functions.php file which allows me to add code to the “Biographical Info” box:

    //disable WordPress sanitization to allow more than just $allowedtags from /wp-includes/kses.php
    remove_filter('pre_user_description', 'wp_filter_kses');
    //add sanitization for WordPress posts
    add_filter( 'pre_user_description', 'wp_filter_post_kses');

    Then I simply added the html code I needed.

    Plugin Author Dragan Nikolic

    (@nikolicdragan)

    Great 🙂

    Happy using.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change icons with font awesome icons’ is closed to new replies.