bhalash

Untitled

Nov 29th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. function custom_styles() {
  2.     /* This handles loading for all of the custom stylesheets used
  3.      * throughout the theme. */
  4.  
  5.     wp_enqueue_style('custom', get_stylesheet_directory_uri() . '/custom.css');
  6. }
  7.  
  8. add_action('wp_enqueue_scripts', 'custom_styles');
Advertisement
Add Comment
Please, Sign In to add comment