菜单
控制台
概要
个人设置
插件
外观
编辑文件 archive.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 archive.php
可以使用的外观
编辑
7TEC
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <?php $this->need('header.php'); ?> <div class="col-sm-12 col-lg-8" id="main" role="main"> <div class="Card turned"> <h6><?php $this->archiveTitle(array( 'category' => _t('分类 "%s" 下的文章'), 'search' => _t('包含关键字 "%s" 的文章'), 'tag' => _t('标签 "%s" 下的文章'), 'author' => _t('"%s" 发布的文章') ), '', ''); ?><h6> </div> <?php if ($this->have()): ?> <?php while($this->next()): ?> <article class="post Card typo" itemscope itemtype="http://schema.org/BlogPosting"> <div class="post-box paddingall"> <div class="post-title-box"> <h4 class="post-title" itemprop="name headline"><a itemprop="url" href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h4> </div> <div class="post-content abstract" itemprop="articleBody"> <?php $this->excerpt(135, '...'); ?> <p class="more"><a href="<?php $this->permalink() ?>" title="<?php $this->title() ?>">阅读全文</a></p> </div> </div> <div class="info"> <ul class="post-meta"> <li><?php $this->category(','); ?></li> <li><time class="lately-a" datetime="<?php $this->date('c'); ?>" itemprop="datePublished"><?php $this->date(); ?></time></li> <li itemprop="interactionCount"><a itemprop="discussionUrl" href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></a></li> <li><i class="fa fa-hand-o-up" aria-hidden="true"> </i><span><?php get_post_view($this);_e(' 次浏览'); ?></span></li> </ul> </div> </article> <?php endwhile; ?> <?php else: ?> <article class="post Card typo"> <h5 class="post-title"><?php _e('没有找到内容'); ?></h5> </article> <?php endif; ?> <?php $this->pageNav('« 上一页', '» 下一页'); ?> </div><!-- end #main --> <?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.php
post.php
sidebar.php
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载