1 Star 0 Fork 34

owoi/Sakurairo

forked from 染川瞳/Sakurairo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page-links.php 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
染川 瞳 提交于 2021-01-13 18:46 . Ultramarine Update
<?php
/**
Template Name: 友情链接模版
*/
get_header();
?>
<?php while(have_posts()) : the_post(); ?>
<?php if(!iro_opt('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();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/samegis/Sakurairo.git
git@gitee.com:samegis/Sakurairo.git
samegis
Sakurairo
Sakurairo
master

搜索帮助