• Resolved zionistbot

    (@zionistbot)


    Everyone has been such a big help with my n00bilities. I thought I was out of the dark times when I realized that one of my header images ONLY displays on the index page and only shows the alternate text on the other pages in my blog. I would like to know why header.php, isn’t able to be read correctly on all the pages? This issue seems to be more difficult than the previous issues i have had with header images.

    I could sure use some mighty moderator help…

    https://www.revampnow.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • Because of the directories, you have to make the link to the image more direct.

    Instead of what is in your header file now, use this:
    <?php echo "<img src=\"" . get_bloginfo('template_directory') . "/images/revamp_01.jpg" . "\" alt='ReVAMP' width='294' height='100' />" ; ?>

    Thread Starter zionistbot

    (@zionistbot)

    Thank you soooo so so much! I’ve learned so much in these forums…almost more than I’ve learned just fooling around in a text editor and trying to understand the logic of CSS..Kudos to this forum…hip hip HOORAY!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header image only displays on index page’ is closed to new replies.