File: /www/wwwroot/wood-lk.cn/wp-content/themes/mlk/archive-case.php
<?php
/*
Template Name: 树屋方案
Author: 畔游科技
Version: 1.0
*/
get_header(); ?>
<div class="container">
<div class="flex pages-wrap">
<div class="pages-left">
<div class="aside-nav">
<div class="flex aside-nav-title">
<h3>树屋方案</h3>
</div>
<!-- ./ -->
<div class="aside-nav-current">
<ul>
<li class="on"><a href="/news">树屋方案</a></li>
</ul>
</div>
<!-- ./ -->
</div>
<!-- ./nav -->
<?php get_sidebar(); ?>
<!-- ./ -->
</div>
<!-- ./left -->
<div class="pages-right">
<div class="page-path">
当前位置:<a href="<?php echo esc_url( home_url( '/' ) ); ?>">首页</a> <b></b> <span>树屋方案</span>
</div>
<!-- ./ -->
<div class="pages-curcatagory">
<h3><i></i>树屋方案 </h3>
</div>
<!-- ./ -->
<div class="solution">
<ul class="flex">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<li class="flex">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<div class="solution-poster">
<?php if ( has_post_thumbnail() ) { ?>
<img src="<?php echo wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large')[0]; ?>" alt="<?php the_title(); ?>">
<?php } else {?>
<img src="<?php bloginfo('template_url'); ?>/assets/images/solution/p1.jpg" alt="<?php the_title(); ?>">
<?php } ?>
</div>
<h3><?php the_title(); ?></h3>
</a>
</li>
<?php endwhile; endif; ?>
</ul>
</div>
<!-- ./ -->
<?php if (have_posts()) { ?>
<?php MBThemes_paging();?>
<?php } ?>
<!-- ./ -->
</div>
<!-- ./right -->
</div>
</div>
<?php get_footer(); ?>