Quote:
Originally Posted by Paul&John
Also depends if you want those pages dynamically created on the fly, so there actually wont be any 01.html, 02.html on the server, just a lets say /page.php?q=2
Or do you need those actual files
|
Well, I'd like the files.
Basically how it works now is this:
-HTML files are created locally on a computer with this name: 01(wp post ID)01.html and with this code <img src="01.jpg"> on them.
- The files get uploaded via FTP
- HTML code gets inserted to wp post
<a href="0101.html><img src="01_small.jpg"></a>
<a href="0102.html><img src="02_small.jpg"></a>
Seems like there should be a faster way
