WebStack导航主题免费开源UI非常完美

3,499次阅读
没有评论

前言


WebStack 导航主题是基于 WordPress 开发的主题模板,最主要是开发者免费开源,并可以免费使用,主题 UI 非常漂亮,看着很舒服的主题。

Github 项目地址 传送门

主题演示

WebStack 导航主题免费开源 UI 非常完美

WordPress 伪静态设置


# Nginx 规则
location /
{try_files $uri $uri/ /index.php?$args;}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;

# Apache 规则
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

主题下载



https://zyx.lanzous.com/ibuxk7g 密码:h8qq
https://cloud.189.cn/t/VNJV3iYRZnaq(访问码:9km9)
 
评论(没有评论)
验证码
载入中...