Reusable Custom Blocks

Custom Banner Slider

To create a custom Banner Slider, please follow these steps and instructions. Note: You may modify this to suit the design and theme of your site. Insert this code into the functions.php wp_enqueue_style( ‘slick-css’, ‘https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css’ ); wp_enqueue_script( ‘slick-js’, ‘https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js’); Insert this code into the Custom Block. Note: You may modify this code to suit the […]