• Resolved flashjim

    (@flashjim)


    I’ve installed WP on my server, but the images don’t display. I have WP installed in a subdirectory. The installation is at http://www.miniwsm.com/blog

    I’ve deleted and reinstalled a couple of times. I’ve tried root directory as well as the subdirectory that it’s in.

    Any ideas?

    Thanks!

    Jim

Viewing 3 replies - 1 through 3 (of 3 total)
  • The image code is

    <img src="http://miniwsm.com/blog/wp-content/themes/twentyeleven/images/headers/hanoi.jpg" width="1000" height="288" alt>

    The alt property is missing =””, because it should look like

    alt=""

    and there should be a slash at the end, so it will look like

    <img src="...url..." height="288" alt="" />

    Thread Starter flashjim

    (@flashjim)

    It ended up being a garbaged up htaccess file.

    Thanks!

    Ah, okay. Glad that it’s fixed. Looks like the first thing we have to check is the .htaccess file.

    Thanks for the tips.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Installed WP, but theme images don't show up’ is closed to new replies.