Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Problem loading images in WordPress theme Re: Problem loading images in WordPress theme

#81919
chrisburton
Participant

Try adding a slash before logo1.jpg
/logo1.jpg

– Post back if that doesn’t do the trick. If not you’ll most likely have to reference:
/wp-content/themes/mytheme/logo1.jpg

Edit: Personally what I do is have a separate images folder in the root section and that’s where I reference all my images from in my CSS.
/images/logo.png