Skip to content

Instantly share code, notes, and snippets.

@gottalovelattes
Created March 10, 2017 02:49
Show Gist options
  • Save gottalovelattes/9b071505b146a41c18ea55a2bf47caa1 to your computer and use it in GitHub Desktop.
Save gottalovelattes/9b071505b146a41c18ea55a2bf47caa1 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