[ad_1]
https://i.ytimg.com/vi/mkN2TGx2Se4/hqdefault.jpg
How to add Bootstrap CSS and JS to WordPress Starter Theme
Original source
[ad_1]
https://i.ytimg.com/vi/mkN2TGx2Se4/hqdefault.jpg
How to add Bootstrap CSS and JS to WordPress Starter Theme
Original source
3 responses to “How to add Bootstrap (CSS & JS) to WordPress via functions.php”
great thank you man
or you can just grab live cddn
wp_enqueue_style( 'bootstrap_css', "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" );
wp_enqueue_script('bootstrap_js' , "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"😉;
Thanks 😉