Typecho 自定义标签页模板
设置 Typecho 标签页模板,并按标签所属文章数量从多到少排列输出。 <?php $this->widget('Widget_Metas_Tag_Cloud', 'sort=count&ignoreZeroC...
给那些折腾过的留下一点痕迹
设置 Typecho 标签页模板,并按标签所属文章数量从多到少排列输出。 <?php $this->widget('Widget_Metas_Tag_Cloud', 'sort=count&ignoreZeroC...
从2021年3月起,全国计算机等级考试(NCRE)一、二级 WPS 科目开始使用新版的教育考试专用版 WPS Office 软件。 中国教育考试考试专用版 WPS Office 网下载地址页面:http://ncre.neea.edu...
functions.php 文件添加 function themeInit($comment){ $comment = spam_protection_pre($comment, $post, $result); } func...
functions.php 文件添加 设置敏感词过滤后台选项和过滤敏感词函数 function themeConfig($form) { $SensitiveWords = new Typecho_Widget_Helper_...
qRious 是一款纯 javascript 二维码生成插件。 html 代码 <canvas id="qrcodeImg"></canvas> JS 代码 var qr = new QRious({ ...
jQuery 获取当前页面完整地址 URL window.location.href
(function () { var viewFullScreen = document.getElementById("view-fullscreen"); if (viewFullScreen) { ...
网站根目录下的 config.inc.php 文件,加入: define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cravatar.cn/avatar/'); //更换头像源
$this->is('index') //首页 $this->is('archive') //归档 $this->is('category') //分类栏目 $this->is('tag') //标签 ...
分页 <?php $this->pageLink('下一页','next'); ?> <?php $this->pageLink('上一页'); ?> <?php $this->page...