1 Star 0 Fork 0

柒玖/fantasy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
category.php 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<main>
<section class="content">
<h1><?php $this->category(',', false); ?></h1>
<div class="meta"><?php echo $this->getDescription(); ?></div>
<div class="info"></div>
<ul class="archived-posts">
<?php while($this->next()): ?>
<li>
<time datetime="<?php $this->date('Y.m.j'); ?>"><?php $this->date('Y.m.j'); ?></time>
<a href="<?php $this->permalink() ?>"><?php $this->title() ?></a><?php if ($this->options->eyeshow == 'able'): ?> <span><?php get_post_view($this) ?></span><?php endif; ?>
</li>
<?php endwhile; ?>
</ul>
</section>
<section class="pager">
<div class="paginator pager pagination no_pages">
<div class="paginator_container pagination_container"></div>
</div>
</section>
</main>
</div>
<?php $this->need('footer.php'); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i79/fantasy.git
git@gitee.com:i79/fantasy.git
i79
fantasy
fantasy
master

搜索帮助