WordPress 的空白主题
我需要从头开始构建一个新的 WordPress 网站。所以我想我需要一个空白主题来做到这一点。我需要知道在哪里可以找到这样的主题,并且我需要一个教程来帮助我从头开始创建我的第一个 WordPress 主题。
我是那个世界的新人。所以请我需要你的帮助。
I need to build a new WordPress site form scratch. So I guess I need a blank theme to do that. I need to know where I can find such a theme like that, and I need a tutorial that can help me to create my first WordPress theme from scratch.
I'm new in that world. So please I need your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您一开始没有 WP 知识,我相信修改空白主题比从头开始创建主题更好。
这是一个很棒的 教程 我在开始制作自定义主题时使用过。 HTML 在语义上已经过时了,但它会教您 WP 主题的所有工作部分。
作为入门主题,我使用 HTML5 Boilerplate,它充满了高质量的 HTML5 和文件缓存等附加功能、跨浏览器就绪性、移动设备就绪性和文件缓存等等。它还具有最小的默认样式。
您可能还会发现wordpress 网站很有帮助。干杯。
If you're starting with no WP knowledge, I believe you're better off modifying a blank theme than you are creating one from scratch.
Here is a great tutorial I used when I started doing custom themes. The HTML is getting outdated semantically, but it will teach you all working parts of a WP theme.
As a starter theme I use HTML5 Boilerplate which is full of quality HTML5 and additional features like file caching, cross-browser readiness, mobile device readiness, and file caching, to name a few. Also it's got a minimal default styling.
You may also find the wordpress site helpful. Cheers.
从二十或二十一开始也不是一个坏选择。
无论您选择什么主题,都将其设为子主题。
一开始它可能看起来很复杂,但它会让事情变得更容易。
starting with twentyten or twentyeleven isn't a bad option either.
Whatever theme you choice make it a child theme.
It may seem like something complex at first but it will make things easier along the way.
主题混合有一个很棒的空白主题: http://themehybrid.com/themes/sculpture
Theme Hybrid has a great blank theme: http://themehybrid.com/themes/skeleton
我在 github 上有一个入门主题,最初基于 html5 样板,您可以查看一下。 https: //github.com/FernE97/html5-blank-slate
I have a starter theme on github that was originally based off html5 boilerplate that you can check out.. https://github.com/FernE97/html5-blank-slate