将 WordPress 主题转换为 Drupal 6?
我发现 Drupal 6 的主题与 WordPress 等相比非常差。您知道将 WP 主题转换为 D6 的好资源/链接吗?
I've seen that Drupal 6 has a really poor set of themes compared to, for example, WordPress. Do you know good resources/links for converting WP themes to D6?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
前端 Drupal:设计、主题、脚本一书包含以下几页:很好地解释了将 Wordpress 主题转换为 Drupal 6 主题的基础知识。
或者,以下链接也可能有所帮助:
The book Front End Drupal: Designing, Theming, Scripting includes a few pages that do a very good job of explaining the basics of converting a Wordpress themes to Drupal 6 themes.
Alternatively, the following links may also help:
另请查看 Drupal 6 的 WP 主题 模块。它目前正在开发中,但提供了通用主题的实现WordPress 主题中使用的函数,将它们映射到 Drupal 等效项。这允许您直接使用相当数量的 WordPress 主题。
Also check out the WP Theme module for Drupal 6. It's currently under development, but provides implementations of the common theme functions used in WordPress themes, mapping them to Drupal equivalents. That allows you to use a fair number of WordPress themes directly.