Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    The image is being called from a different folder, relative to the image location. I saw the image appear when I changed its code in your footer to this:
    <img height="24" width="22" src="../images/biting.png"/>

    If the same code is calling the image in both the blog and the main page change the src to the full path of where the image is located on your site, like this: ((this may not be the way your site’s folders are laid out – you must adjust for your folder layout))

    <img height="24" width="22" src="/wp-content/themes/{themenname}/images/biting.png"/>

    Thread Starter panantukan

    (@panantukan)

    @stvwlf

    Thanks! Putting in the full path got it to work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Refuses to Diplay Image’ is closed to new replies.