Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created April 27, 2018 05:05
Show Gist options
  • Save yayMark/a237ef21f8c84c5853745a1b404974a2 to your computer and use it in GitHub Desktop.
Save yayMark/a237ef21f8c84c5853745a1b404974a2 to your computer and use it in GitHub Desktop.
Use WordPress admin dashicons in your front end theme
Put this in functions.php:
wp_enqueue_style( 'dashicons-style', get_stylesheet_uri(), array('dashicons'), '1.0' );
Find what you want to use at https://developer.wordpress.org/resource/dashicons/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment