Advertisement
Guest User

Untitled

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