我需要了解 php 和 mySQL 才能将静态网站转换为 WordPress 主题吗
我使用 xhtml、css 和 jquery 创建了一个静态网站。我对 php 和 mySQL 的工作原理了解为零。是否可以为 WordPress 创建功能齐全的主题?那么使用框架怎么样?
I have created a static website using xhtml, css and jquery. I have got zero knowledge or understanding of how php and mySQL works. Is it possible to create fully functional theme for wordpress? And how about using frameworks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您将能够做到这一点,但您至少需要一些基本的 PHP 知识才能开始。
首先查看 WordPress Codex - http://codex.wordpress.org/Main_Page。
其中包含您入门所需的所有信息。
从那里可以查看现有的 WordPress 主题。尝试对此进行一些小的改变,看看进展如何。
您实际上并不需要 MYSQL,因为 Wordpress 运行它自己的、易于理解的查询。
祝你好运。
You'll be able to do it but you'd need some basic at least PHP knowledge to get going.
Start out having a look at the Wordpress Codex - http://codex.wordpress.org/Main_Page.
It's full of all the information you'll need to get started.
From there have a look at an existing Wordpress theme. Try making small changes to that and see how you get on.
You won't really need MYSQL as Wordpress runs it's own, easy to understand querys.
Good luck.
只要时间足够,一切皆有可能。
至少您需要学习 PHP,但是您可以通过下载现有主题并修改它以适合您所需的 HTML 输出来完成此操作。
Anything's possible with enough time.
At the very least you will need to learn PHP, but you can do this by downloading an existing theme and modifying it to suit your desired HTML output.