# WebStack
**Repository Path**: zfbzzm/WebStack
## Basic Information
- **Project Name**: WebStack
- **Description**: WordPress 版 WebStack 导航主题 https://nav.iowen.cn
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 3
- **Created**: 2019-11-24
- **Last Updated**: 2022-04-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WebStack
WordPress 版 WebStack 主题
### 首页截图

### 环境要求
+ WordPress 4.4+
+ WordPress 伪静态
+ PHP 5.7+ 7.0+
### 安装指南
+ 安装 WordPress ,教程百度
+ 设置伪静态
```
# Nginx规则
location /
{
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
# Apache 规则
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
```
+ WordPress 后台「主题」栏目 -> 上传主题 -> 启用主题,或者在 /wp-content/themes 文件夹新建webstack文件夹,并上传所有文件
+ 果然点击地址出现404,请到WordPress 后台「设置」栏目 -> 固定链接 -> 保存更改
+ 反馈交♂流:一为忆
### 主题使用
+ 在 WordPress 后台“网址”文章类型下添加内容
+ 分类最多两级,且父级不要添加内容
+ 可以不添加网址图片,主题会自动获取目标网址的 favicon 图标
+ 导航菜单栏标题前面的图标请在分类图像描述中填入(参考下图),图标样式请参考fontawesome

+ 导航菜单栏下方可以添加自定义菜单,在后台的外观-->菜单里设置,在菜单的css类添加图标(参考下图),图标样式请参考fontawesome

+ 如果菜单里没有css类,请按下图添加

+ 其他->
### 后台截图


### 感谢
感谢 Viggo 的前台设计
### 更新
更新日志