Created
February 1, 2012 09:30
-
-
Save amadoru/1716135 to your computer and use it in GitHub Desktop.
wp_enqueue_syte trouble
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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