%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/bridge/templates/blog-parts/chequered/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/bridge/templates/blog-parts/chequered/gallery.php |
<div class="post_image"> <div class="flexslider"> <ul class="slides"> <?php $post_content = get_the_content(); preg_match('/\[gallery.*ids=.(.*).\]/', $post_content, $ids); $array_id = explode(",", $ids[1]); foreach($array_id as $img_id){ ?> <li><a itemprop="url" target="_self" href="<?php the_permalink(); ?>"><?php echo wp_get_attachment_image( $img_id, $thumb_size ); ?></a></li> <?php } ?> </ul> </div> </div>