%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/themes/evenex/ |
Current File : /var/www/html/higroup/wp-content/themes/evenex/archive-xs-speaker.php |
<?php get_header(); get_template_part( 'template-parts/banner/content', 'speaker-post-banner' ); $column = 'col-md-12'; ?> <div id="main-content" class="blog main-container" role="main"> <div class="container"> <div class="row"> <div class="<?php echo esc_attr($column); ?>"> <?php if ( have_posts() ) { ?> <div class="row"> <?php while ( have_posts() ) { the_post(); if (class_exists('ACF')) { get_template_part( 'template-parts/blog/contents/content', 'speakers' ); } } ?> </div> <?php get_template_part( 'template-parts/blog/paginations/pagination', 'style1' ); } else { get_template_part( 'template-parts/blog/contents/content', 'none' ); } ?> </div><!-- #col --> </div><!-- #row --> </div><!-- #container --> </div> <?php get_footer();