View Single Post
Old 07-16-2015, 07:36 AM  
digi
Confirmed User
 
Join Date: Feb 2002
Location: ON, Canada
Posts: 1,314
Quote:
Originally Posted by Paul&John View Post
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
__________________
digi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote