Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Last active December 3, 2015 15:29
Show Gist options
  • Save jimmy89Li/edf96b796b2cccb3b292 to your computer and use it in GitHub Desktop.
Save jimmy89Li/edf96b796b2cccb3b292 to your computer and use it in GitHub Desktop.
WP CSS loaded from frunctions.php
<?php
wp_register_style(
'style',
get_template_directory_uri() . 'style.css',
array( 'theme-style' ),
'1.0',
'screen'
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment