底部版权删除或者修改的办法:
一、去代码里找:zb_users----theme-----自己模板------template----找到footer.php下载下来,或者有宝塔的,可以在线编辑,路径为:
/www/wwwroot/你的网站名称/zb_users/theme/你的模板/template/footer.php
二、修改代码:ctrl+F 找到Powered by,将后面的变量改为自己的网站并加上超链接。
找到:<div class="copyright">{$copyright} Powered by {$zblogphpabbrhtml}</div> 改为:<div class="copyright">{$copyright} Powered by <a href='https://180xyz.com' target="_blank"> 180小驿站</a></div>
将修改后的footer.php重新上传至服务器。
管理员登录博客后台,点击[清空缓存并重新编译模板]
清空缓存以后刷新就可以了~~~
PS:切记,一定不要忘记最后一步清空缓存哦,这一步至关重要;