File: /www/wwwroot/www.sceysls.com/wp-content/themes/Zing-Pro/page/contact.php
<?php
/*
Template Name: 在线留言页面
*/
get_header();?>
<?php while( have_posts() ): the_post(); ?>
<div class="module-default">
<div class="responsive-carousel carousel clearfix">
<div class="carousel-item">
<?php the_post_thumbnail(); ?>
</div>
</div>
</div>
<section class="main">
<div class="page-width clearfix">
<section class="content float-right">
<div class="breadcrumbs">
<?php if (function_exists('get_breadcrumbs')){get_breadcrumbs(); } ?>
</div>
<div class="content-box">
<div class="article-detail">
<div class="article-title">
<h1><?php the_title_attribute(); ?></h1>
</div>
<div class="article-content-wrapper">
<div class="article-content">
<div class="qhd-content" id="wzzt">
<?php the_content(); ?>
</div>
</div>
<?php endwhile; ?>
</div>
</div>
</div>
<?php get_template_part( 'template-parts/dahuzi_contact');?>
</section>
<?php get_sidebar();?>
</div>
</section>
<?php get_footer(); ?>