菜单
控制台
概要
个人设置
插件
外观
编辑文件 archive.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 archive.php
可以使用的外观
编辑
initial
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <?php $this->need('header.php'); ?> <div id="main"> <div class="breadcrumbs"><a href="<?php $this->options->siteUrl(); ?>">首页</a> » <?php $this->archiveTitle(array( 'category' => _t('分类 %s 下的文章'), 'search' => _t('包含关键字 %s 的文章'), 'tag' => _t('标签 %s 下的文章'), 'date' => _t('在 %s 发布的文章'), 'author' => _t('作者 %s 发布的文章') ), '', ''); ?></div> <?php if ($this->have()): ?> <?php while($this->next()): ?> <article class="post<?php if ($this->options->PjaxOption && $this->hidden): ?> protected<?php endif; ?>"> <h2 class="post-title"><a href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h2> <ul class="post-meta"> <li><?php $this->date(); ?></li> <li><?php $this->category(',', false); ?></li> <li><?php $this->commentsNum('暂无评论', '%d 条评论'); ?></li> <li><?php Postviews($this); ?></li> </ul> <div class="post-content"> <?php if ($this->options->PjaxOption && $this->hidden): ?> <form method="post"> <p class="word">请输入密码访问</p> <p> <input type="password" class="text" name="protectPassword" /> <input type="submit" class="submit" value="提交" /> </p> </form> <?php else: ?> <?php if (postThumb($this)): ?> <p class="thumb"><?php echo postThumb($this); ?></p> <?php endif; ?> <p><?php $this->excerpt(200, ''); ?></p> <?php endif; ?> <p class="more"><a href="<?php $this->permalink() ?>" title="<?php $this->title() ?>">- 阅读全文 -</a></p> </div> </article> <?php endwhile; ?> <?php else: ?> <article class="post"> <h2 class="post-title">没有找到内容</h2> </article> <?php endif; ?> <?php $this->pageNav('上一页', $this->options->AjaxLoad ? '查看更多' : '下一页', 0, '..', $this->options->AjaxLoad ? array('wrapClass' => 'page-navigator ajaxload') : ''); ?> </div> <?php $this->need('sidebar.php'); ?> <?php $this->need('footer.php'); ?>
保存文件
模板文件
404.php
archive.php
comments.php
footer.php
functions.php
header.php
index.php
page-archives.php
page-links.php
page-whisper.php
page.php
post.php
sidebar.php
style.min.css
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载