Guest User

Angelina Marie Function.php

a guest
Sep 11th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. function theme_styles(){
  4.  
  5. wp_enqueue_style( 'bootstrap_css', get_template_directory_uri().'/css/bootstrap.min.css');
  6. }
  7.  
  8. add_action( 'wp_enqueue_scripts', 'theme_styles');
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment