File manager - Edit - /home/infoilmg/public_html/wp-content/themes/voice/index.php
Back
<?php get_header(); ?> <?php get_template_part( 'template-parts/ads/below-header' ); ?> <?php if ( function_exists('yoast_breadcrumb') ) : ?> <?php yoast_breadcrumb('<div id="mks-breadcrumbs" class="container mks-bredcrumbs-container"><p id="breadcrumbs">','</p></div>'); ?> <?php endif; ?> <div id="content" class="container site-content"> <?php global $vce_sidebar_opts; ?> <?php if ( $vce_sidebar_opts['use_sidebar'] == 'left' ) { get_sidebar(); } ?> <div id="primary" class="vce-main-content"> <div class="main-box"> <?php get_template_part('template-parts/archive-title'); ?> <div class="main-box-inside"> <?php if ( have_posts() ) : ?> <?php $ad_position = vce_get_option('ad_between_posts') ? absint( vce_get_option('ad_between_posts_position') - 1 ) : false ; ?> <div class="vce-loop-wrap"> <?php $i = 0; while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/loops/layout-'.vce_get_archive_layout()); ?> <?php if( $i === $ad_position ) { get_template_part('template-parts/ads/between-posts'); } ?> <?php $i++; endwhile; ?> </div> <?php get_template_part( 'template-parts/pagination/'.vce_get_archive_pagination()); ?> <?php else: ?> <?php get_template_part( 'template-parts/content-none'); ?> <?php endif; ?> </div> </div> </div> <?php if ( $vce_sidebar_opts['use_sidebar'] == 'right' ) { get_sidebar(); } ?> </div> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 5.5 |
proxy
|
phpinfo
|
Settings