2 Star 2 Fork 0

簞純/win10exp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page-links.php 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
簞純 提交于 2020-04-05 19:15 . 集成wp-postviews
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/qwqdanchun/win10exp.git
[email protected]:qwqdanchun/win10exp.git
qwqdanchun
win10exp
win10exp
master

搜索帮助