Converting WordPress themes to Drupal 6?

408 views Asked by At

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?

2

There are 2 answers

0
Matt V. On BEST ANSWER

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:

0
Eaton On

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.