共计 480 个字符,预计需要花费 2 分钟才能阅读完成。
前言
WebStack 导航主题是基于 WordPress 开发的主题模板,最主要是开发者免费开源,并可以免费使用,主题 UI 非常漂亮,看着很舒服的主题。
Github 项目地址 : 传送门
主题演示
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)
正文完
发表至: Wordpress主题
2020-04-24