Slider won’t work with custom query
For this example I used a fake category called “Slider Category” you will need to create that or replace that section of the code. <? $query = new WP_Query( array( ‘category_name’ => ‘Slider Category’ ) ); ?> <div class=”wrapper”> <div class=”list_carousel responsive”> <ul id=”desliza”> <?php while ( $query->have_posts() ) : $query->the_post(); ?> <li> <div class=”feattitle”><a … Read more