Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
  2. function theme_enqueue_styles() {
  3. wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
  4. wp_enqueue_style( 'child-style');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement