• is there a way to change where wordpress looks for things like files and images? what it is doing, is instead of looking in the wordpress directory for files, it looks for http://domain/post-name/file-name… which is really frustrating because it can’t find my images or php files (such as the mailform… kinda important). please help!!!!

    not sure why it is doing this… i swear my wordpress is haunted by little computer gremlins because i keep hitting one goofy problem after another.

    if anyone knows how to get it to stop double spacing breaks that would be great too.. i have some lists of things that it’s expanded wayyy beyond the amount of space they should be taking up.

    thanks!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • is there a way to change where wordpress looks for things like files and images? what it is doing, is instead of looking in the wordpress directory for files, it looks for http://domain/post-name/file-name… which is really frustrating because it can’t find my images or php files (such as the mailform… kinda important). please help!!!!

    it sounds like you are using relative urls. Does your image markup look similar to this:

    <img src="my-image.png" />

    If so, you should use an absolute url:

    <img src="http://example.com/my-image.png" />

    if anyone knows how to get it to stop double spacing breaks that would be great too.. i have some lists of things that it’s expanded wayyy beyond the amount of space they should be taking up.

    If you are using the visual editor, try to hold down the shift kye before you press enter.

    Best wishes,
    -Mike

    Thread Starter VirtualityStudio

    (@virtualityreiki)

    awesome! thanks!!!!!!!!!!!!!!!!!1 😛

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