菜单
控制台
概要
个人设置
插件
外观
编辑文件 post.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 post.php
可以使用的外观
编辑
initial
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <?php $this->need('header.php'); ?> <div id="main"> <?php if (!empty($this->options->Breadcrumbs) && in_array('Postshow', $this->options->Breadcrumbs)): ?> <div class="breadcrumbs"> <a href="<?php $this->options->siteUrl(); ?>">首页</a> » <?php $this->category(); ?> » <?php if (!empty($this->options->Breadcrumbs) && in_array('Text', $this->options->Breadcrumbs)): ?>正文<?php else: $this->title(); endif; ?> </div> <?php endif; ?> <article class="post<?php if ($this->options->PjaxOption && $this->hidden): ?> protected<?php endif; ?>"> <h1 class="post-title"><a href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h1> <ul class="post-meta"> <li><?php $this->date(); ?></li> <li><?php $this->category(','); ?></li> <li><a href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('暂无评论', '%d 条评论'); ?></a></li> <li><?php Postviews($this); ?></li> </ul> <div class="post-content"> <?php $this->content(); ?> </div> <?php if ($this->options->WeChat || $this->options->Alipay): ?> <p class="rewards">打赏: <?php if ($this->options->WeChat): ?> <a><img src="<?php $this->options->WeChat(); ?>" alt="微信收款二维码" />微信</a><?php endif; if ($this->options->WeChat && $this->options->Alipay): ?>, <?php endif; if ($this->options->Alipay): ?> <a><img src="<?php $this->options->Alipay(); ?>" alt="支付宝收款二维码" />支付宝</a><?php endif; ?> </p> <?php endif; ?> <p class="tags">标签: <?php $this->tags(', ', true, 'none'); ?></p> <p class="license"><?php echo $this->options->LicenseInfo ? $this->options->LicenseInfo : '本作品采用 <a rel="license nofollow" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">知识共享署名-相同方式共享 4.0 国际许可协议</a> 进行许可。' ?></p> </article> <?php $this->need('comments.php'); ?> <ul class="post-near"> <li>上一篇: <?php $this->thePrev('%s','没有了'); ?></li> <li>下一篇: <?php $this->theNext('%s','没有了'); ?></li> </ul> </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
帮助文档
•
支持论坛
•
报告错误
•
资源下载