Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. wp_enqueue_style('bootstrap', get_template_directory_uri() . 'css/bootstrap.min.css');
  2.  
  3. <?php
  4.  
  5. function xobamax_resources() {
  6.  
  7. wp_enqueue_style('bootstrap', get_template_directory_uri() . 'css/bootstrap.min.css');
  8. wp_enqueue_style('style', get_stylesheet_uri());
  9.  
  10.  
  11. }
  12.  
  13. add_action('wp_enqueue_scripts', 'xobamax_resources');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement