• Ok, so im not sure exactly how i would do this. But i have my website running wordpress 2.6.1 at the moment and i want to do something and im not sure exactly what i need to do to go about doing it. Ok so, what i wanted to do is that i am writing my post/pages in dreamweaver and then just coping over the html into the html section of the write section, which works well. My problem occurs when i have an image, so lets say for example my directory is like the following “c:/website/” which contains all the html pages and an image folder containing all images. So page1.html would be “c:/website/page1.html” and image1.jpg would be “c:/website/images/image1.jpg”. So in the html i have an image linked as “images/image1.jpg” which works fine when locally displayed or on a normal html ( non-wordpress ) site. What i am interesting in doing is when I copy the html code into the wordpress editor i also want to upload an images.zip ( or images folder ) that contains all the images for those certain pages. Is there any plugin that will allow me to do this or is this something that i may have to hardcode myself, and how do i go about doing that?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since the images are linked using a relative URL (no domain) then I think all you will need to do is add a directory on your website root call /images and copy your images(like image1.jpg) there.

    Then when your html page loas it will find them on your hosting site.

    Thread Starter gamegenius86

    (@gamegenius86)

    Agreed this would work, but for future planning, there will be thousands of thousands of images. So, i would need them to be organized by like mydomain.com/<category>/<postname>/images/ <<images located here>>. Any other ideas or a way to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Publish posts with images’ is closed to new replies.