Home

Awesome

WebStack

WordPress 版 WebStack 主题。<a href="http://webstack.iotheme.cn/">前往演示站</a> <br/>

声明

当你使用 WebStack 主题发布文章、文字、图片、视频等内容均属于你自己的行为,你的这些行为所带来的安全或法律风险均需自行承担。

“Webstack Pro”是作者在19年尝试的一个收费项目,现已不在维护支持,且与<a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank">Viggo</a>无关,应当时名字欠缺考虑,给<a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank">Viggo</a>带来了不必要的麻烦,在此道歉。<br/> 现今网络上流传的“Webstack Pro”版本均为盗用作者19年的内容,与作者和<a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank">Viggo</a>无关。

首页截图

<br/>

Thumbnail_index <br/>

环境要求

安装指南

# 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>
<br/>

主题使用

后台截图

<br/>

Thumbnail_index Thumbnail_index <br/>

感谢

感谢 <a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank">Viggo</a> 的前台设计 <br/>

更新

<a href="https://github.com/owen0o0/WebStack/releases" target="_blank">更新日志</a> 更新方法为替换源文件,或者在wordpress后台删除主题,然后重新安装主题