bainternet / Tax-Meta-Class

A class for creating WordPress taxonomies custom fields
http://en.bainternet.info/2012/wordpress-taxonomies-extra-fields-the-easy-way
GNU General Public License v3.0
406 stars 111 forks source link

Using FontAwesome in select options #109

Closed noesteijver closed 9 years ago

noesteijver commented 9 years ago

Hello,

I was wondering if there's a nice way to use FontAwesome icons in select options?

I've tried the following things:

But the two solutions above don't seem to work.

Anybody here found a way to do this? Many thanks!

vittorioschiavone commented 9 years ago

you need to insert icon code in hexadecimal format

Example

<option >&#xf0e0; Envelope Icon</option>

where f0e0 is unicode of icon http://fortawesome.github.io/Font-Awesome/icon/envelope/