菜单
控制台
概要
个人设置
插件
外观
编辑文件 index.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 index.php
可以使用的外观
编辑
initial
外观
设置外观
编辑源码
<?php /** * Initial - 简约而不简单 * 还原本质 勿忘初心 * * @package Initial * @author JIElive * @version 2.4.4 * @link http://www.offodd.com/ */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; $this->need('header.php'); ?> <div id="main"> <?php if ($this->_currentPage == 1 && !empty($this->options->ShowWhisper) && in_array('index', $this->options->ShowWhisper)): ?> <article class="post whisper"> <div class="post-content"> <?php Whisper(); ?> <?php if ($this->user->pass('editor', true) && (!FindContents('page-whisper.php') || isset(FindContents('page-whisper.php')[1]))): ?> <p class="notice"><b>仅管理员可见: </b><br><?php echo FindContents('page-whisper.php') ? '发现多个"轻语"模板页面,已自动选取内容最多的页面作为展示,请删除多余模板页面。' : '未找到"轻语"模板页面,请检查是否创建模板页面。' ?></p> <?php endif; ?> </div> </article> <?php endif; ?> <?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 $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
帮助文档
•
支持论坛
•
报告错误
•
资源下载