%PDF- %PDF-
Direktori : /var/www/pn/wp-content/themes/intosai/templates/sections/ |
Current File : //var/www/pn/wp-content/themes/intosai/templates/sections/success_stories.php |
<section class="content_section story_section"> <div class="wrapper"> <button class="story_sec_heading open" data-sch="<?php echo $contRow; ?>"> <?php the_sub_field('title'); ?> <div class="icon"> <i class="fa fa-plus"></i> <i class="fa fa-minus"></i> </div> </button> <div class="story_holder" data-sh="<?php echo $contRow; ?>"> <?php $storyCount = count(get_sub_field('stories')); $story = get_sub_field('stories'); if($story): $sCount = 1; foreach($story as $post): setup_postdata($post); ?> <?php if($storyCount == 1){ $bgSize = 'newsLarge'; }else{ $bgSize = 'newsSmall'; } $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src($image_id, $bgSize); $image_url = $image_url[0]; ?> <a href="<?php the_permalink(); ?>"> <div class="story group-of-<?php echo $storyCount; if($sCount == 2){echo ' middle';}; ?>"> <div class="story_table"> <div class="story_cell"> <?php the_title(); ?> </div> </div> <figure class="story_bg" style="background:url('<?php echo $image_url; ?>') no-repeat center center;background-size:cover;"></figure> </div> </a> <?php $sCount++; endforeach; wp_reset_postdata(); endif; ?> </div> </div> </section>