Convert a Wordpress Template to Drupal


Author Message
Gary Gordon

Posted: 8/12/2010
Quote message 

I have a few Wordpress Templates that I previously purchased and wanted to know if it was possible to somehow pull them into Artisteer (somehow) and then convert them to Drupal?

Is this possible since I don't see any import feature in Artisteer?

If not, does anyone know of a software app that would automatically be able to change a Wordpress Theme into a Drupal Theme?

Thanks,
Gary
 
Lawrence

Posted: 8/20/2010
Quote message 

Artisteer doesn't have support for converting themes not made in it's own software. The best suggestion I can give you is get Artisteer, and try to replicate the looks. Artisteer has features that allow you to import your own graphics. This would be the best route to go.

If you insist on converting your current theme into a Drupal theme, have a look into this.

page.tpl.php - This is the file themes use to structure pages, most of your main stuff goes here, and it's mostly in php.

node.tpl.php - This is the file themes use to structure pages. A node is a page in Drupal.

comment.tpl.php - This is the file themes use to structure comments.

block.tpl.php - Drupal makes use of a powerful block system, and therefore there's a file for that too.

Best thing I can suggest, download the trial version and see how it goes. :-)