Quote:
Originally Posted by digi
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 
|
I assume you are creating html pages for each full sized image, instead of just direct opening them in browser when the user clicks on the thumbs in the WP post?