1 Star 3 Fork 0

sking/thugui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
archive.php 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
sking 提交于 2019-05-02 20:19 . thug响应式主题
<?php $this->need('header.php'); ?>
<section class="hero small accent parallax" style="background-image: url(<?php $this->options->themeUrl('images/parallax.jpg'); ?>);">
<div class="hero-content container" style="margin-top: 279.5px;">
<h1><?php $this->archiveTitle(array(
'category' => _t('%s'),
'search' => _t('包含"%s"'),
'tag' => _t('标签"%s"'),
'author' => _t('%s')
), '', ''); ?></h1>
</div>
<div class="sub-hero container"> <span class="line"></span>
</div>
</section>
<div class="content container">
<div class="row">
<div class="col-sm-8">
<?php if ($this->have()): ?>
<?php while($this->next()): ?>
<div class="post image"> <span class="date"><?php $this->date('d'); ?><br><small><?php $this->date('M'); ?></small></span>
<div class="post-title">
<h2><a itemtype="url" href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h2>
</div>
<div class="post-body">
<p>
<?php $this->content('阅读全文&raquo;'); ?></p>
</div>
</div>
<?php endwhile; ?>
<?php else: ?>
<div class="post image">
<h3 class="post-title"><?php _e('没有找到内容'); ?></h3>
</div>
<?php endif; ?>
<div class="type-post" id="pagination">
<?php $this->pageNav('&laquo; 前一页', '后一页 &raquo;'); ?></div>
</div>
<?php $this->need('sidebar.php'); ?></div>
</div>
</div>
<?php $this->need('footer.php'); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hkq15/thugui.git
git@gitee.com:hkq15/thugui.git
hkq15
thugui
thugui
master

搜索帮助

Cb406eda 1850385 E526c682 1850385