Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Created October 15, 2013 14:15
Show Gist options
  • Select an option

  • Save rodica-andronache/6992225 to your computer and use it in GitHub Desktop.

Select an option

Save rodica-andronache/6992225 to your computer and use it in GitHub Desktop.
WORDPRESS - Register style
wp_register_style( 'cwp_new-style', get_template_directory_uri() . '/css/new-style.css');
wp_enqueue_style( 'cwp_new-style' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment