代码拉取完成,页面将自动刷新
<?php get_header(); ?>
<!-- 文章页 -->
<div class="zeng-page">
<div class="am-g doc-am-g">
<div class="am-u-sm-12 am-u-md-12 am-u-lg-12">
<?php if(have_posts()): ?>
<?php while(have_posts()) : the_post() ?>
<div class="am-u-sm-12 am-u-md-12 am-u-lg-6" id="post-<?php the_ID(); ?>">
<article class="blog-main">
<div class="am-titlebar am-titlebar-default">
<h2 class="am-article-title blog-title am-titlebar-title"><a href="<?php the_permalink();?>"><?php the_title();?></a></h2>
</div>
<h4 class="am-article-meta blog-meta">by <a href="<?php the_author_link();?>"><?php the_author();?></a> posted on <?php the_date().the_time();?> </h4>
<div class="am-g blog-content">
<div class="am-u-lg-11"><?php the_excerpt();?></div>
</div>
</article>
<hr class="am-article-divider blog-hr">
</div>
<?php endwhile; ?>
<?php else: ?>
<p>没有内容,再试试。</p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
</div>
</div>
<!-- 文章页 -->
<?php get_footer(); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。