%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/ |
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/partners.php |
<section class="content_section partners"> <div class="wrapper"> <?php if(get_sub_field('center_title')){ ?> <div class="centered_title"> <h2><?php the_sub_field('title'); ?></h2> </div> <?php }else{ ?> <div class="normal_title"> <h2><?php the_sub_field('title'); ?></h2> </div> <?php } ?> <div class="partner_holder"> <?php $args = array( 'post_type' => 'partners', 'posts_per_page' => -1, ); ?> <ul class="partner_ticker"> <?php $the_query = new WP_Query($args); if($the_query->have_posts()) : while ($the_query->have_posts()) : $the_query->the_post(); ?> <li> <?php if(get_field('url')){ ?> <a href="<?php the_field('url'); ?>" target="_blank"> <?php } ?> <div class="partner"> <figure class="partner_logo"> <?php $logo = get_field('logo'); ?> <img src="<?php echo $logo['sizes']['partnerLogo']; ?>" title="<?php the_title(); ?>" alt="Partner logotype" /> </figure> </div> <?php if(get_field('url')){ ?> </a> <?php } ?> </li> <?php endwhile; wp_reset_postdata(); endif; ?> </ul> </div> </div> </section>