Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_action( 'wp_enqueue_scripts', 'intour_scripts' );
  2. function intour_scripts() {
  3. wp_enqueue_style( 'name-style', get_template_directory_uri() . '/css/name-style.css' );
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement