WordPress: Building Kage Child Theme – Adding Bootstrap Carousel
Unfortunately, Kage WordPress theme does not come with a slider, or some kinda carousel. An easy solution is to place a bootstrap carousel instead of the front image. To do so we first of all need to enqueue bootstrap. Below is the code you can put in functions.php function kage_child_enqueue_scripts(){ wp_enqueue_script( ‘bootstrap-js’, ‘https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js’, array(‘jquery’), ‘3.3.7’,…