菜单
控制台
概要
个人设置
插件
外观
编辑文件 sidebar.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 sidebar.php
可以使用的外观
编辑
initial
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <div id="secondary"> <?php if (!empty($this->options->ShowWhisper) && in_array('sidebar', $this->options->ShowWhisper)): ?> <section class="widget"> <h3 class="widget-title"><?php echo FindContents('page-whisper.php') ? FindContents('page-whisper.php', 'commentsNum', 'd')[0]['title'] : '轻语' ?></h3> <ul class="widget-list whisper"> <?php Whisper(1); ?> <?php if ($this->user->pass('editor', true) && (!FindContents('page-whisper.php') || isset(FindContents('page-whisper.php')[1]))): ?> <li class="notice"><b>仅管理员可见: </b><br><?php echo FindContents('page-whisper.php') ? '发现多个"轻语"模板页面,已自动选取内容最多的页面作为展示,请删除多余模板页面。' : '未找到"轻语"模板页面,请检查是否创建模板页面。' ?></li> <?php endif; ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowHotPosts', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">热门文章</h3> <ul class="widget-list"> <?php Contents_Post_Initial($this->options->postsListSize, 'commentsNum'); ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowRecentPosts', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">最新文章</h3> <ul class="widget-list"> <?php Contents_Post_Initial($this->options->postsListSize); ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowRecentComments', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">最近回复</h3> <ul class="widget-list"> <?php Contents_Comments_Initial($this->options->commentsListSize, in_array('IgnoreAuthor', $this->options->sidebarBlock) ? 1 : ''); ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowCategory', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">分类</h3> <ul class="widget-tile"> <?php $this->widget('Widget_Metas_Category_List') ->parse('<li><a href="{permalink}">{name}</a></li>'); ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowTag', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">标签</h3> <ul class="widget-tile"> <?php $this->widget('Widget_Metas_Tag_Cloud', 'ignoreZeroCount=1&limit=30')->to($tags); ?> <?php if($tags->have()): ?> <?php while($tags->next()): ?> <li><a href="<?php $tags->permalink(); ?>"><?php $tags->name(); ?></a></li> <?php endwhile; ?> <?php else: ?> <li>暂无标签</li> <?php endif; ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowArchive', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">归档</h3> <ul class="widget-list"> <?php $this->widget('Widget_Contents_Post_Date', 'type=month&format=Y 年 n 月') ->parse('<li><a href="{permalink}">{date}</a></li>'); ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->ShowLinks) && in_array('sidebar', $this->options->ShowLinks)): ?> <section class="widget"> <h3 class="widget-title">链接</h3> <ul class="widget-tile"> <?php Links($this->options->IndexLinksSort); ?> <?php if (FindContents('page-links.php', 'order', 'a', 1)): ?> <li class="more"><a href="<?php echo FindContents('page-links.php', 'order', 'a', 1)[0]['permalink']; ?>">查看更多...</a></li> <?php endif; ?> </ul> </section> <?php endif; ?> <?php if (!empty($this->options->sidebarBlock) && in_array('ShowOther', $this->options->sidebarBlock)): ?> <section class="widget"> <h3 class="widget-title">其它</h3> <ul class="widget-list"> <li><a href="<?php $this->options->feedUrl(); ?>" target="_blank">文章 RSS</a></li> <li><a href="<?php $this->options->commentsFeedUrl(); ?>" target="_blank">评论 RSS</a></li> <?php if($this->user->hasLogin()): ?> <li><a href="<?php $this->options->adminUrl(); ?>" target="_blank">进入后台 (<?php $this->user->screenName(); ?>)</a></li> <li><a href="<?php $this->options->logoutUrl(); ?>"<?php if ($this->options->PjaxOption): ?> no-pjax <?php endif; ?>>退出</a></li> <?php endif; ?> </ul> </section> <?php endif; ?> </div>
保存文件
模板文件
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
帮助文档
•
支持论坛
•
报告错误
•
资源下载