Skip to content

Instantly share code, notes, and snippets.

@amadoru
Created February 1, 2012 09:30
Show Gist options
  • Select an option

  • Save amadoru/1716135 to your computer and use it in GitHub Desktop.

Select an option

Save amadoru/1716135 to your computer and use it in GitHub Desktop.
wp_enqueue_syte trouble
add_action('wp_head', 'add_styles_scripts');
function add_styles_scripts() {
wp_register_style('ced-match-export-style', 'style.css');
wp_enqueue_style('ced-match-export-style');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment