All Projects → Licoy → Wordpress Theme Puock

Licoy / Wordpress Theme Puock

Licence: other
🎨 一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式、无刷新加载等。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wordpress Theme Puock

Startwordpress
Learn how to develop a WordPress theme from scratch with this basic skeleton and accompanying tutorial.
Stars: ✭ 187 (-52.54%)
Mutual labels:  wordpress, wordpress-theme, bootstrap
Wprecon
WPrecon (WordPress Recon), is a vulnerability recognition tool in CMS Wordpress, developed in Go and with scripts in Lua.
Stars: ✭ 135 (-65.74%)
Mutual labels:  wordpress, wordpress-theme, themes
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+2826.65%)
Mutual labels:  wordpress, wordpress-theme, bootstrap
Wordpress Bootstrap
Bootstrap in WordPress theme form - Bootstrap 3.3.1
Stars: ✭ 1,494 (+279.19%)
Mutual labels:  wordpress, wordpress-theme, bootstrap
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 (+735.03%)
Mutual labels:  wordpress, wordpress-theme, bootstrap
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (-36.04%)
Mutual labels:  wordpress, wordpress-theme
Astra
A very lightweight and beautiful theme made to work with Page Builders.
Stars: ✭ 252 (-36.04%)
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 (-33.76%)
Mutual labels:  wordpress, wordpress-theme
Origami
🎨 Origami | 一个拥有许多强大功能,简洁,轻快的WordPress主题
Stars: ✭ 290 (-26.4%)
Mutual labels:  wordpress, wordpress-theme
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (+629.7%)
Mutual labels:  themes, bootstrap
Mokore
🎉Wordpress二次元简约个人博客主题by江程训
Stars: ✭ 306 (-22.34%)
Mutual labels:  wordpress, wordpress-theme
Vuetheme
WordPress theme using Rest API and Vue.js
Stars: ✭ 219 (-44.42%)
Mutual labels:  wordpress, wordpress-theme
Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
Stars: ✭ 218 (-44.67%)
Mutual labels:  wordpress, wordpress-theme
Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (-35.03%)
Mutual labels:  wordpress, wordpress-theme
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (-49.49%)
Mutual labels:  wordpress, wordpress-theme
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 (-27.66%)
Mutual labels:  wordpress, wordpress-theme
Codestar Framework Old
This project has moved to https://github.com/Codestar/codestar-framework
Stars: ✭ 361 (-8.38%)
Mutual labels:  wordpress, wordpress-theme
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-19.29%)
Mutual labels:  wordpress, bootstrap
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 (-8.38%)
Mutual labels:  wordpress, wordpress-theme
Cornerstone
Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.
Stars: ✭ 154 (-60.91%)
Mutual labels:  wordpress, wordpress-theme

中文 | English

介绍

cover

WordPress Theme - Puock

一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式。

Release-Version WordPress-Version PHP-Version Gitee Author

安装

请到 发行版本 中进行下载最新版本,然后到WordPress管理后台中的「外观」-「主题」中点击「添加」,选择Puock的主题包进行上传安装并启用即可。

提示:为了防止主题不兼容,请在安装主题前进行数据备份,防止数据字段重复覆盖等情况发生。

版本迭代

  • 1.5及以下版本升级至1.6+配置不兼容处理方法:

因为在1.6版本中将配置字段更改为了puock_options,所以会导致配置读取不到,用户可以重新进行配置或恢复配置,恢复配置SQL(执行前请先备份数据库,原配置字段名为optionsframework若其他主题或插件使用了同名字段为配置名则会覆盖,原则上若使用旧版本不会存在其他插件或主题同名字段,因为option_name字段为主键,是不允许重复的!):

UPDATE `wp_options` SET `option_name` = 'puock_options' WHERE `option_name` = 'optionsframework'

主题特性

  • [x] 支持白天与暗黑模式
  • [x] 全局无刷新加载
  • [x] 支持博客与CMS布局
  • [x] 内置WP优化策略
  • [x] 一键全站变灰
  • [x] 网页压缩成一行
  • [x] 后台防恶意登录
  • [x] 内置出色的SEO功能
  • [x] 评论Ajax加载
  • [x] 文章点赞、打赏
  • [x] 支持Twemoji集成
  • [x] 支持QQ登录
  • [x] 丰富的广告位
  • [x] 丰富的小工具
  • [x] 自动百度链接提交
  • [x] 众多页面模板
  • [x] 支持评论可见
  • [x] 支持密码可见
  • [x] 支持Dplayer播放器
  • [x] 简约快捷的后台配置
  • [x] 更多功能,等你的提议

文档

  • 主题使用文档:立即使用
  • 建议或BUG反馈:立即进入
  • 若您有任何建议或BUG发现,并且您也有解决或实现的思路,欢迎直接提交PR!

支持

趋势

Stargazers over time

鸣谢

Jetbrains

开源协议

  • GPL V3.0
  • 请遵守开源协议,保留主题底部的署名
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].