后台>控制台>外观>编辑当前外观 可以选择当前主题的文件编辑。

在 footer.php 里:

// 在 “强力驱动” 后面加
</br><a href="https://beian.miit.gov.cn/" target="_blank"> 滇ICP备xxx号-1 </a>
</br><a href="https://beian.mps.gov.cn/#/query/webSearch?code=111" target="_blank" rel="noreferrer" style="display:inline-flex;align-items:center;gap:8px;text-decoration:none;"><img src="/gonganbeiantubiao.png" style="width:16px;height:16px;display:block;" alt=""> 滇公网安备111号 </a>

在 functions.php 里:
部分条目需要 Views 插件 ,下载地址:https://github.com/typecho-fans/plugins/releases/download/plugins-S_to_Z/Views.zip

// “作者 时间 分类” 一栏里合适位置插入:
<li><?php Views_Plugin::theViews('浏览: '); ?></li>

// 给 “分类” 那一条括上条件:
<?php if ($metaType != 'archive'): ?>
<?php endif; ?>

在 posts.php 里:

// 修改标签为“none”时的默认文本
<p itemprop="keywords" class="tags"><?php _e('标签'); ?>: <?php $this->tags(', ', true, '无'); ?></p>

在 comments.php 里:

// 修改了部分输入框的显示文本

标签: typecho, theme

添加新评论