Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_styles() {
- /* This handles loading for all of the custom stylesheets used
- * throughout the theme. */
- wp_enqueue_style('custom', get_stylesheet_directory_uri() . '/custom.css');
- }
- add_action('wp_enqueue_scripts', 'custom_styles');
Advertisement
Add Comment
Please, Sign In to add comment