Skip to content

Instantly share code, notes, and snippets.

@AlexandrKutsenko
Created May 21, 2018 09:08
Show Gist options
  • Save AlexandrKutsenko/91456ad69c01698fc1fd1dbc95ef8c45 to your computer and use it in GitHub Desktop.
Save AlexandrKutsenko/91456ad69c01698fc1fd1dbc95ef8c45 to your computer and use it in GitHub Desktop.
Register theme styles
/*
* Register theme styles
*/
function register_styles() {
wp_enqueue_style('main-theme-style-css', get_template_directory_uri() . '/assets/css/style.css');
}
add_filter('wp_enqueue_scripts', 'register_styles');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment