Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function theme_styles(){
- wp_enqueue_style( 'bootstrap_css', get_template_directory_uri().'/css/bootstrap.min.css');
- }
- add_action( 'wp_enqueue_scripts', 'theme_styles');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment