开始使用wordpress,自定义主题?
我对 WordPress 还很陌生(才几天),但我已经在我的网站上使用默认主题启动并运行了它。首先我想改变这个主题。我直接从 WordPress 找到了一个教程,但它非常模糊: http://codex.wordpress.org/Theme_Development。不过,我希望我的网站有一个完全不同的布局,每天只有一个页面被不同的文章替换——基本上每天都有一篇新文章。但我不知道从哪里开始。不过,我想首先创建主题,我认为这会让事情变得正确。我该怎么做?我了解 php 的原理,也了解 html 和 css,足以创建整个网站。谢谢
I'm pretty new to wordpress (only a couple of days), but I have it up and running on my website with the default theme. First of all I would like to change this theme. I have found a tutorial directly from wordpress but it is extremely vague: http://codex.wordpress.org/Theme_Development. I'd like to have a totally different layout for my website though, with only one page being replaced daily with a different article - a new article everyday basically. But I don't know where to start. I want to first create the theme though, I think that will put things in to perspective. How do I do so? I know the principles of php and enough about html and css to create whole websites. Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该链接应该告诉您需要知道的一切。您基本上只需编辑主题文件即可获得所需的布局。真正学习的最好方法就是尝试。如果您有具体问题,我可以帮助您,但告诉您创建自定义主题所涉及的所有内容将远远超出本网站的答案范围。
That link should tell you everything you need to know. You basically just edit the theme files to get the layout that you want. The best way to learn truly is to experiment. If you have a specific question I could help you with that, but to tell everything involved in creating a custom theme would go way beyond the scope of an answer for this site.