Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created January 13, 2016 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoachBirgit/e3940360debece6b0a7b to your computer and use it in GitHub Desktop.
Save CoachBirgit/e3940360debece6b0a7b to your computer and use it in GitHub Desktop.
Enqueue Dashicons with the Genesis Framework.
<?php
//* Do NOT include the opening php tag
//* Enqueue Dashicons
add_action( 'wp_enqueue_scripts', 'enqueue_dashicons' );
function enqueue_dashicons() {
wp_enqueue_style( 'dashicons' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment