• I’m just starting out with wordpress, and I’ve been trying to insert a random image into the blog header. I’ve got a php file that does this nicely, but I can’t figure out where to put it into wordpress. I figured out how to do a static image but not a random one. Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • If you look in index.php the <div id="header"> portion is where the header is being placed.
    You can comment out the call to bloginfo('name'); and add your own function that will return the image.
    Regards

Viewing 1 replies (of 1 total)

The topic ‘PHP image in blog header’ is closed to new replies.