<!--cycle6-->
<?php
wp_enqueue_script('jquery.cycle.all.js', '/wp-content/themes/powerclub-lite/js/jquery.cycle2.js', array('jquery'));
wp_enqueue_script('jquery.cycle2.flip.js', '/wp-content/themes/powerclub-lite/js/jquery.cycle2.flip.js');
wp_head();
wp_enqueue_script('cycle6', '/wp-content/themes/powerclub-lite/js/cycle6.js');
wp_head();
?>
.galeria1 {width: 50%}
.galeria1 img {width: 100%; Altura: auto}
<!-- inicio jq cycle body -->
<div style="" id="galeria1"> <img style="position: absolute; top: 0px; left: 0px; display: block; z-index: 5; opacity: 1;" src="http://localhost/academia/wp-content/uploads/2017/06/home_historia_1-min-1.png"alt="Primeira Foto" /><img style="position: absolute; top: 0px; left: 0px; display: block; z-index: 4; opacity: 1;" src="http://localhost/academia/wp-content/uploads/2017/06/home_matematica_3-min-1.png"alt="Primeira Foto" /></div>
<!-- fim jq cycle body →
I was able to insert jquery cycle 1 in wordpress normally, but with cycle2, I'm trying to get the days, I've searched a lot and nothing, so I'm asking for help.