0byt3m1n1-V2
Path:
/
home
/
xncercjb
/
domains
/
quickspace.co.th
/
public_html
/
_old
/
wp-content
/
themes
/
archi
/
[
Home
]
File: index.php
<?php global $archi_option; get_header(); ?> <?php if($archi_option['subpage-switch']!=false){ ?> <!-- subheader begin --> <section id="subheader" data-speed="8" data-type="background" class="padding-top-bottom"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1><?php echo get_the_title( get_option( 'page_for_posts' ) ); ?></h1> </div> </div> </div> </section> <!-- subheader close --> <?php }else{ ?> <section class="no-subpage"></section> <?php } ?> <!-- content begin --> <div id="content"> <div class="container"> <div class="row"> <?php if(isset($archi_option['blog-layout']) and $archi_option['blog-layout'] == 2 ){ ?> <div class="<?php echo 'col-md-'.esc_attr($archi_option['blog_col_right']); ?>"> <?php get_sidebar();?> </div> <?php } ?> <div class="<?php if(isset($archi_option['blog-layout']) and $archi_option['blog-layout'] != 1 ){echo 'col-md-'.esc_attr($archi_option['blog_col_left']);}else{echo 'col-md-12';}?>"> <ul class="blog-list"> <?php while (have_posts()) : the_post(); get_template_part( 'content', get_post_format() ) ; // End the loop. endwhile; ?> </ul> <div class="text-center"> <ul class="pagination"> <?php echo archi_pagination(); ?> </ul> </div> </div> <?php if(isset($archi_option['blog-layout']) and $archi_option['blog-layout'] == 3 ){ ?> <div class="<?php echo 'col-md-'.esc_attr($archi_option['blog_col_right']); ?>"> <?php get_sidebar();?> </div> <?php } ?> </div> </div> </div> <!-- content close --> <?php get_footer(); ?>
©
2018.