webstack导航主题(wordpress版本)是一为在viggo原有版本的基础上开发出来的,整体使用还是很不错的,当然有能力的童鞋可以进行主题美化。
github下载:https://github.com/owen0o0/WebStack/releases?ref=xyrich.com
教程:点击进入
首页截图:
演示:
ps:
该版本有个小问题,就是导航栏上方的天气一直显示的是“江门天气”;即便选择了其他地方,再次进入也还是“江门天气;这个问题也容易解决,你可以在/wp-content/themes/WebStack-master/templates/header-banner.php进行修改。
打开文件,找到以下代码:
<script src="https://widget.heweather.net/simple/static/js/he-simple-common.js?v=1.1"></script>
替换为:
<iframe width="420" scrolling="no" height="60" frameborder="0" allowtransparency="true" src="https://i.tianqi.com?c=code&id=12&icon=1&num=5&site=12"></iframe>