Video Testimonial Slider
Copy and paste this code to the custom block. <?php /** Block Name: Testimonial Slider ** Author Name: MonLigan * */ $args = array( ‘post_type’ => ‘testimonial’, ‘post_status’ => ‘publish’, ‘posts_per_page’ => -1, ‘order’ => ‘ASC’, ); ?> <style> .testimonial_content video{ width: 941px; height: 461px; } /* DOTS */ .testimonial-slider .slick-dots li button { cursor:pointer; […]