WordPress版WebStack导航主题删除右上角的fork me on github方法
WordPress版WebStack导航(一为导航)主题删除右上角的fork me on github方法
最近打算做个导航站,相中了一个开源的项目,
从GitHub上下载的源码部署后在右上角有个Fork me on Github的超链接,看起来贼碍眼,但是后台管理系统又没有删除的功能。
解决办法:
找到这个文件:
/www/wwwroot/你的域名/wp-content/themes/WebStack-master/templates/header-banner.php
删除倒数第2、3行代码:
<a href="https://github.com/owen0o0/WebStack" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
保存即可。
- 上一篇
如何搭建自己的网站图标(favicon.ico)获取接口服务
如何搭建自己的网站图标(favicon.ico)获取接口API安装教程:1、上传源码到网站根目录2、cache 文件夹给 755 权限3、然后访问 http://you.url/get.php?url=https://www.iowen.cn
- 下一篇
WordPress版WebStack导航主题删除Design by Webstack Modify by 一为方法
免费的东西带点广告性质的宣传无可厚非吧,但是还是想把它去掉。(虽然站长已经买了付费版。)解决办法:找到文件:/www/wwwroot/你的域名/wp-content/themes/WebStack-master/footer.php