• I’m using WP 2.0 and I have uploaded a image called “post1.jpg” to the images folders on the theme i’m using and then on the post itself i used the following html codes without any sucess on displaying the respective image:

    ” <img src=”post1.jpg” /> “
    ” <img src=”images/post1.jpg” /> “
    ” <img src=”https://addres.com/post1.jpg&#8221; /> “
    ” <img src=”https://addres.com/images/post1.jpg&#8221; /> “

    Can someone explain me what code and how to use images on posts?

    Thanks

Viewing 1 replies (of 1 total)
  • WP creates a folder structure that goes like this:

    WP-CONTENT > Uploads > 2006 > 01

    There’s a new folder for each month…

    There are several hacks available to improve the functionality of the image upload feature for 2.0. you might look at some of those threads for tips on getting around the hiccups of the new version.

Viewing 1 replies (of 1 total)
  • The topic ‘Images not displaying on posts’ is closed to new replies.