代码拉取完成,页面将自动刷新
<?php
/**
Template Name: links
*/
get_header();
?>
<div class="layui-row content">
<div class="layui-col-md2 sidebar <?php get_self_adaption_css() ?>">
<?php get_sidebar(); ?>
</div>
<div class="layui-col-md10 post-content">
<div class="post-content-content">
<?php while(have_posts()) : the_post(); ?>
<?php if(!get_post_thumbnail_id(get_the_ID())) { ?>
<?php } ?>
<article <?php post_class("post-item"); ?>>
<?php the_content(); ?>
<div class="links">
<?php echo get_link_items(); ?>
</div>
</article>
<div class="have-toc"></div><div class="toc-container"><div class="toc"></div></div>
<?php endwhile; ?>
</div>
<div class="post-content-comments">
<?php
comments_template();
?>
</div>
</div>
</div>
</div>
</body>
<?php get_footer() ?>
<?php wp_footer(); ?>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。