baguetteBox with wordpress
0
I am using baguetteBox with wordpress and i have issue and i can't get where the problem is . every time the page load , i click the first image and it works well and it open in the pop up modal slider like this but the other images not appear in the modal slider and i get only this I need to know where is the problem the code below is the PHPfor the posts in the gallery page of my website where the images posted . <?php $photo_post = new WP_Query(array( 'post_type' => 'picture', 'orderby' => 'date', 'order' => 'DISC' )); while($photo_post -> have_posts()) { $photo_post -> the_post(); $image =get_field('p_image');?> <div class="col-md-6 col-lg-4 item zoom-on-hover bg-white mb-3"> ...