26 Star 328 Fork 56

Mashiro / Sakura

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page-links.php 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mashiro 提交于 2018-05-26 18:59 . Initial commit
<?php
/**
Template Name: links
*/
get_header();
?>
<?php while(have_posts()) : the_post(); ?>
<?php if(akina_option('patternimg') || !get_post_thumbnail_id(get_the_ID())) { ?>
<span class="linkss-title"><?php the_title();?></span>
<?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; ?>
<?php
get_footer();
PHP
1
https://gitee.com/mashirozx/Sakura.git
git@gitee.com:mashirozx/Sakura.git
mashirozx
Sakura
Sakura
3.x

搜索帮助

53164aa7 5694891 3bd8fe86 5694891