Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function nomesuafuncao_load_styles() {
  2. if (!is_admin()) {
  3. wp_enqueue_style( 'bootstrap' , get_stylesheet_directory_uri() . '/css/bootstrap.min.css', 'css' , '3.3.5' );
  4. wp_enqueue_style( 'carousel' , get_stylesheet_directory_uri() . '/css/carousel.css' , 'css' , '3.3.5' );
  5. }
  6. }
  7. add_action('get_header', 'nomesuafuncao_load_styles');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement