All Projects → owen0o0 → Webstack

owen0o0 / Webstack

Licence: gpl-3.0
WordPress 版 WebStack 导航主题 https://nav.iowen.cn

Projects that are alternatives of or similar to Webstack

Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+396.98%)
Mutual labels:  wordpress, wordpress-theme, navigation, nav
Air Light
WordPress starter theme - designed to be minimal, lightweight and easy for all kinds of WordPress projects. Public Roadmap: https://favro.com/organization/3b45e73eaf083f68fefef368/c1dd2d4a99d6723904d2e763
Stars: ✭ 285 (-56.95%)
Mutual labels:  wordpress, wordpress-theme, navigation
Mogu
一个简约的php书签网址导航
Stars: ✭ 60 (-90.94%)
Mutual labels:  bookmark, navigation, nav
Webstackpage.github.io
❤️静态响应式网址导航网站 - webstack.cc
Stars: ✭ 3,054 (+361.33%)
Mutual labels:  bookmark, navigation, nav
Mokore
🎉Wordpress二次元简约个人博客主题by江程训
Stars: ✭ 306 (-53.78%)
Mutual labels:  wordpress, wordpress-theme
Origami
🎨 Origami | 一个拥有许多强大功能,简洁,轻快的WordPress主题
Stars: ✭ 290 (-56.19%)
Mutual labels:  wordpress, wordpress-theme
Codestar Framework Old
This project has moved to https://github.com/Codestar/codestar-framework
Stars: ✭ 361 (-45.47%)
Mutual labels:  wordpress, wordpress-theme
Kuhn
WordPress theme featuring CSS Grid layouts via aggressive progressive enhancement. Proof of concept to get the conversation about what CSS Grid means for WordPress themes started. Currently running live at https://mor10.com
Stars: ✭ 365 (-44.86%)
Mutual labels:  wordpress, wordpress-theme
Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (-61.33%)
Mutual labels:  wordpress, wordpress-theme
Vue Wordpress
Use Vue.js and the WP REST API to build WordPress themes as SPAs with dynamic routing, HMR for development, SEO enabled, and SSR capable. Demo:
Stars: ✭ 361 (-45.47%)
Mutual labels:  wordpress, wordpress-theme
Art blog
WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:
Stars: ✭ 367 (-44.56%)
Mutual labels:  wordpress, wordpress-theme
Sakurairo
一个多彩,轻松上手,体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura)
Stars: ✭ 456 (-31.12%)
Mutual labels:  wordpress, wordpress-theme
Menuspy
A JavaScript library to make navigation menus highlight the item based on currently in view section.
Stars: ✭ 283 (-57.25%)
Mutual labels:  navigation, nav
Wordpresscan
WPScan rewritten in Python + some WPSeku ideas
Stars: ✭ 456 (-31.12%)
Mutual labels:  wordpress, wordpress-theme
Tony
An Elegant WordPress Theme Based on ✌️Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题
Stars: ✭ 462 (-30.21%)
Mutual labels:  wordpress, wordpress-theme
Lumberjack
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
Stars: ✭ 261 (-60.57%)
Mutual labels:  wordpress, wordpress-theme
Flynt
Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
Stars: ✭ 363 (-45.17%)
Mutual labels:  wordpress, wordpress-theme
Hueman
Hueman WordPress Theme
Stars: ✭ 559 (-15.56%)
Mutual labels:  wordpress, wordpress-theme
Astra
A very lightweight and beautiful theme made to work with Page Builders.
Stars: ✭ 252 (-61.93%)
Mutual labels:  wordpress, wordpress-theme
bsnav
An extended Bootstrap 4 menu with a bunch of utilities
Stars: ✭ 90 (-86.4%)
Mutual labels:  navigation, nav

WebStack

WordPress 版 WebStack 主题

首页截图


Thumbnail_index

环境要求

  • 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 规则
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
  • WordPress 后台「主题」栏目 -> 上传主题 -> 启用主题,或者在 /wp-content/themes 文件夹新建webstack文件夹,并上传所有文件
  • 果然点击地址出现404,请到WordPress 后台「设置」栏目 -> 固定链接 -> 保存更改
  • 反馈交♂流:一为忆

主题使用

  • 在 WordPress 后台“网址”文章类型下添加内容
  • 分类最多两级,且父级不要添加内容
  • 可以不添加网址图片,主题会自动获取目标网址的 favicon 图标
  • 导航菜单栏标题前面的图标请在分类图像描述中填入(参考下图),图标样式请参考fontawesome Thumbnail_index
  • 导航菜单栏下方可以添加自定义菜单,在后台的外观-->菜单里设置,在菜单的css类添加图标(参考下图),图标样式请参考fontawesome Thumbnail_index
  • 如果菜单里没有css类,请按下图添加 Thumbnail_index
  • 如果你有更多功能需求,点我->

后台截图


Thumbnail_index Thumbnail_index

感谢

感谢 Viggo 的前台设计

更新

更新日志 更新方法为替换源文件,或者在wordpress后台删除主题,然后重新安装主题

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].