• Hi,

    I want to know where my header image is stored? I have changed the image in the header code but don’t know where the image should be located in order for it to actually show up in the header. Here is the header code. where should images/gmad.jpg be?

    <div id=”photo”>
    <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/gmad.jpg” alt=”family pic” />
    <ul id=”nav”>

    • /”>Home
    • <?php wp_list_pages(‘title_li=’); ?>

      </div>
      <div id=”content”>

      Thanks
      Debbus

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think you just want to know where is the gmad.jpg on your server?

    It’s in the images folder inside the theme folder – which ever theme you are using.

    Kelley

    Thread Starter dsanche

    (@dsanche)

    Thanks very much kelley. I figured it out.

    Dennis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding header image, where is image stored’ is closed to new replies.