convert and exiting wordpress theme to .artx?


Author Message
Jordi

Posted: 8/26/2009
Quote message 

Hello everyone!

I wanted to know if there is some way to convert an existing wordpress theme (like the ones you can download for free on many pages) to an .artx file so that you can edit and play around with it on Artisteer.

Many thanks!!!
 
Jordi

Posted: 8/26/2009
Quote message 

Excuse me, I meant "existing", not "exiting" :P
 
Dave Porter

Posted: 8/26/2009
Quote message 

HI Jordi,

No this cannot be done - can you imagine the complexities of doing this!

The program would have to have twice the amount of work done to it than it has now !

cheers Dave

 
Jordi

Posted: 8/27/2009
Quote message 

Thanks Dave! so, is there any way to design a 4 column theme with Artisteer?

Thanks!
 
Dave Porter

Posted: 8/27/2009
Quote message 

Hi Jordi,

No afraid not - the only way would be to design a 3 column one and get up to speed with css to modify the output...

Maybe go to the wordpress site, find a similar 4 column theme and check out it's css as a guide !

cheers Dave

 
Garry

Posted: 8/27/2009
Quote message 

@ Jordi

You need to create a new file, may name it "sidebar4" and you can include it in your index.php as: <?php include (TEMPLATEPATH . '/sidebar4.php'); ?>
You need to learn little css to align it properly and you can copy code of existing sidebar to new one if you need almost same functionality.