一、修改登陆页面自动补.html
pc端
修改 notlogin.php
文件,在第8行删除 .html
,路径:spimes/member
<a href="<?php if ($this->options->denglu): ?><?php $this->options->siteUrl(); ?><?php if ($this->options->rewrite==0): ?>index.php/<?php endif; ?><?php $this->options->denglu(); ?>.html<?php else: ?><?php $this->options->adminUrl('login.php'); ?><?php endif; ?>" class="modal-open btn btn-orange info-btn"> 立即登录 </a>
移动端
修改 header.php
文件,在第196行删除 .html
,路径:spimes
<a href="<?php if ($this->options->denglu): ?><?php $this->options->siteUrl(); ?><?php if ($this->options->rewrite==0): ?>index.php/<?php endif; ?><?php $this->options->denglu(); ?>.html<?php else: ?><?php $this->options->adminUrl('login.php'); ?><?php endif; ?>"><i class="/icon iconfont icon iconfont icon-icon-test24"></i> <?php _e('登录'); ?></a>
<?php endif; ?>
二、修改个人中心
修改 spimes
主题目录下 author.php
文件,在第224或225行下添加
三、删除评论图片
修改 style.css
文件,目录 spimes
2 条评论
你好,这个主题不支持高版本的PHP8.0,请问你这儿解决了么?
这个没测试过 我感觉这个问题你应该联系作者