question...i have a template that my client wants me to cut up and have it manageable through WP...
is this feasible?
i've done over a dozen other WP sites before but i picked one blog template which had all the php files in it and just edited a few php files in the theme folder and in WP chose for that template to be used.
whereas with this..it's a bit different in that the site template has to be cut up and i'd like to build it in HTML but is there a way to use that html file and have WP populate within it?
I recently made a WP theme and found it was actually really easy to do, and I thought it was going to take me ages. But I know you said that you've made loads before so you probably know it's easy to do.
A good thing about it is you can use PHP code in it just as like <?php echo "hi"; ?> or whatever, which is very handy. If I understand you correctly could you not just use the PHP code in it aswell, and edit the template as if it was just another WP theme that you've made?