Hello there, I’ve been making Joomla templates for few years, and now I teamed up with my friend who is WP developer. We decided to try our luck here on TF and we thought that we could offer HTML versions as well. So what’s the easiest way to port templates from WP or Joomla to HTML ? I have some ideas but I would like to hear your suggestions ?
Thanks in advance!
Sincerely,
your newbie. 
Right click – Save as at Chrome for example. Well done! HTML version is ready! 
Pixelous saidMy plan was to take for an example Joomla version and for each page copy page source and adjust paths to CSS and JS.
Right click – Save as at Chrome for example. Well done! HTML version is ready!![]()
As designer, I hate Chrome as Ray William Johnson hates google plus. I hate every browser which adds its own input style. That should be my job! 
bump! Anyone ? Suggestions wanted!
Come on guys, is right click all you’ve got ?
Gimme some ideas! 
templattica saidI think that it’s impossible coz each CMS have their own particular qualities.
Pixelous saidMy plan was to take for an example Joomla version and for each page copy page source and adjust paths to CSS and JS. As designer, I hate Chrome as Ray William Johnson hates google plus. I hate every browser which adds its own input style. That should be my job!
Right click – Save as at Chrome for example. Well done! HTML version is ready!![]()
![]()
Create HTML files from existing PHP . Change all php code with static text and done. I don’t think this will be so easy, but that’s.
For example create a new index.html now add your header.php and footer.php code here, but change all php with static text (ex: <img src=” <?php header_image(); ?>” /> with <img src=”images/myimg.jpg” /> ). Next, duplicate this file, rename it and add the code for every specific page.
I have no idea how this can be done in another way. 
