• I have an image that displays in the footer of the page and on the home page it displays perfectly fine, but when I view any of the “single” pages, like my about page, the image in the footer doesn’t display. Does anyone know what may be causing this to happen? I don’t understand why it would display on the home page but not on any of the other pages.

Viewing 1 replies (of 1 total)
  • if you are using a relative file path to the image, try to use an absolute path, with the wordpress ‘bloginfo’ tag:

    example:

    <img src="<?php bloginfo('template_url'); ?>/images/yourimage.jpg" alt="" />

    more help in exchange for more details and more info on the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Help – Image won't display on single pages’ is closed to new replies.